How to delete data from database using PHP code?
|
Rate this page :
|
[ 0 votes]
|
The DELETE statement helps you to delete records from a database. The following code is used to delete the record with id=7 in the "usertable" table.