[PHP-DB] Re: multiple queries in PHP to mysql database.

2003-03-27 Thread Foong
sorry i am abit slow it would be helpful if you can describe what's store and purpose of the 2 tables Foong Jerry [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I just noticed a problem with my question which would cause major problems in my db. So let me re-ask it again.

[PHP-DB] re: multiple queries in PHP ????

2003-03-26 Thread JeRRy
Hi, This is what I have so far. ? if ($REQUEST_METHOD == POST) { $usr = usr; $pwd = pwd; $db = db; $host = localhost; $cid = mysql_connect($host,$usr,$pwd); mysql_select_db($db); // NOTE that form

[PHP-DB] re: multiple queries in PHP ????

2003-03-26 Thread JeRRy
Hi, I just noticed a problem with my question which would cause major problems in my db. So let me re-ask it again. How can I update 2 tables at once if a match occours from information inputed into a PHP form. Now this is what each table has. table1: id username game1 game2 game3 game4

[PHP-DB] re: multiple queries in PHP ????

2003-03-26 Thread JeRRy
ignore this, I no longer require assistance on the message below. ATTACHMENT part 6 message/rfc822 Date: Wed, 26 Mar 2003 19:41:32 +1100 (EST) From: JeRRy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: re: multiple queries in PHP Hi, This is what I have so far. ? if

[PHP-DB] re: multiple queries in PHP ????

2003-03-26 Thread JeRRy
ignore this, I no longer require assistance on the message below. ATTACHMENT part 6 message/rfc822 Date: Wed, 26 Mar 2003 19:41:32 +1100 (EST) From: JeRRy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: re: multiple queries in PHP Hi, This is what I have so far. ? if

[PHP-DB] re: multiple queries in PHP ????

2003-03-26 Thread JeRRy
ignore this, I no longer require assistance on the message below. l ATTACHMENT part 6 message/rfc822 Date: Wed, 26 Mar 2003 19:41:32 +1100 (EST) From: JeRRy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: re: multiple queries in PHP Hi, This is what I have so far. ? if