PHP MySQL: Deleting dataTag: mysql, database, data, delete Category: PHP Databasepost: 03 Mar 2008 read: 1,392 php mysql basic step by step tutorial - part 14:In deleting the data, use the sintaks as follow: DELETE FROM name_table WHERE condition1,condition2,... As for example, we will add menu to delete the data in table edit data such as:
Delete menu will bring the program into delete.php file where it is used to delete the data which have been selected in the above form. Delete.php file as follow:
|
| | Give Your Opinion | Recommend |
|

