Re: [PHP-DB] delete multiple entries from a database using PHP

2001-09-26 Thread Andreas D. Landmark
At 26.09.2001 17:16, Markus Bertheau wrote: >[EMAIL PROTECTED] wrote: > >>how can I delete multiple entries from a database using PHP . I need to make > >sth like delete from table where attribute = something > >deletes all rows where attribute is something. or the glorious "DELETE FROM " (tip: d

RE: [PHP-DB] delete multiple entries from a database using PHP

2001-09-26 Thread Rick Emery
It depends upon the criteria you set for the delete (but you've already investigated that). What is the REAL problem? What are you trying to delete? What does table look like and by which criteria are you deleting? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Se

Re: [PHP-DB] delete multiple entries from a database using PHP

2001-09-26 Thread Markus Bertheau
[EMAIL PROTECTED] wrote: > how can I delete multiple entries from a database using PHP . I need to make sth like delete from table where attribute = something deletes all rows where attribute is something. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT