php3-list | 199903
Date: 03/31/99
- Next message: Richard Lynch: "Re: [PHP3] 1 is not a MySQL result index ?"
- Previous message: Erik: "[PHP3] 1 is not a MySQL result index ?"
- In reply to: Erik: "[PHP3] 1 is not a MySQL result index ?"
- Next in thread: Richard Lynch: "Re: [PHP3] 1 is not a MySQL result index ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Damn ... only a typo. I neglected to submit the $second_query in the
second SQL statement. I was sending the sae $query twice. D-uh.
Erik Stainsby
stainsby <email protected> LETS Vancouver
(604) 451-5454 - green economy -
recording services
------------------------------------------------------------
There was no year zero.
The next millenium begins January 1, 2001
On Wed, 31 Mar 1999, Erik wrote:
|| $second_query = "SELECT * FROM echo";
|| $second_result = mysql_db_query("lets",$query,$conn);
^^^^^^
should have been $second_query
It works fine ...
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Richard Lynch: "Re: [PHP3] 1 is not a MySQL result index ?"
- Previous message: Erik: "[PHP3] 1 is not a MySQL result index ?"
- In reply to: Erik: "[PHP3] 1 is not a MySQL result index ?"
- Next in thread: Richard Lynch: "Re: [PHP3] 1 is not a MySQL result index ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

