[PHP] Remove rows from a MySQL table?

2005-03-24 Thread Phil Neeb
Is it possible to remove a row(s) from a MySQL table? I looked through the PHP manual and didn't see anything about it. Phil Neeb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Remove rows from a MySQL table?

2005-03-24 Thread Chris W. Parker
Phil Neeb mailto:[EMAIL PROTECTED] on Thursday, March 24, 2005 9:35 AM said: Is it possible to remove a row(s) from a MySQL table? I looked through the PHP manual and didn't see anything about it. Use the word delete instead of remove. In any case you have to tell MySQL which records you

Re: [PHP] Remove rows from a MySQL table?

2005-03-24 Thread John Nichel
Phil Neeb wrote: Is it possible to remove a row(s) from a MySQL table? I looked through the PHP manual and didn't see anything about it. Call me crazy, but the MySQL manual _might_ have something about it. -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General

Re: [PHP] Remove rows from a MySQL table?

2005-03-24 Thread Phil Neeb
John Nichel wrote: Phil Neeb wrote: Is it possible to remove a row(s) from a MySQL table? I looked through the PHP manual and didn't see anything about it. Call me crazy, but the MySQL manual _might_ have something about it. Oh c'mon, you expect me to go look at a second website? That'd require