Mysql deleting and editing options
#2

You don't need buttons to delete or edit data from MySQL.
Just use the queries: Delete, Update and Insert Into.
Example:
PHP код:
DELETE FROM `tableWHERE `id` = 23
PHP код:
UPDATE `tableSET `IntCol` = , `StrCol` = 'Test'
Reply


Messages In This Thread
Mysql deleting and editing options - by Aa12 - 16.01.2016, 16:07
Re: Mysql deleting and editing options - by iKarim - 16.01.2016, 17:08
Re: Mysql deleting and editing options - by Vince - 16.01.2016, 17:58
Re: Mysql deleting and editing options - by Aa12 - 16.01.2016, 18:10

Forum Jump:


Users browsing this thread: 2 Guest(s)