Re: [PHP-DB] MYSQL IN A PHP LOOP
Multiple query can only be done in PHP 5 with MySQLI extension. In PHP 4 maybe you can use an array to store the query and execute each query with foreach :
RE: [PHP-DB] MYSQL IN A PHP LOOP
You can't stack queries this way. PHPMyAdmin parses out the queries based on the ';'. You will need to run the query after each one is created. Bastien From: "Malcolm JC Clark" <[EMAIL PROTECTED]> Reply-To: <[EMAIL PROTECTED]> To: Subject: [PHP-DB] MYSQL IN A PHP LOOP Date: Wed, 9 Nov 2005 1