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

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 tablename (tip: