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 PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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: do not try that on useful information ;-)



-- 
Andreas D Landmark / noXtension
Real Time, adj.:
 Here and now, as opposed to fake time, which only occurs there
and then.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]