Jump to content

How do you delete records from mysql


todayme

Recommended Posts

Hi there,

 

Here's an excellent resource for a solid grounding in DELETE for PHP, MySQL: http://www.w3schools.com/php/php_mysql_delete.asp

 

Otherwise, the query will have to look something like this:

 

mysql_query("DELETE FROM Person WHERE LastName='Griffin'");

 

Regards,

Iceman

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.