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] Update info from form to MySQL. No error but no Update

2001-08-16 Thread Markus Bertheau
Cato, Cato Larsen wrote: str_replace(',quot,$appearance) don't forget that the correct html entity for ' is quot; so let that line be str_replace(',quot;,$appearance) Markus Bertheau Cenes Data GmbH -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP-DB] VERY strange erro

2001-08-14 Thread Markus Bertheau
Piotr Dubla wrote: Fatal error: Unsupported operand types in /usr/local/apache/htdocs/debit.php on line 51 Now at line 51 there is a statement which says $day1 = $day1 - 1; Hi, look at line 50, maybe you forgot a ;. bert cenes data gmbh berlin germany www.cenes.de -- PHP Database