php3-list | 199807
Date: 07/31/98
- Next message: Michael J. Miller Jr.: "Re: [PHP3] PHP and compiler ?"
- Previous message: Jeremiah Davis: "[PHP3] How to Target a Frame with header()"
- Next in thread: Cary Collett: "Re: [PHP3] Need a little clarification on mysql_query"
- Reply: Cary Collett: "Re: [PHP3] Need a little clarification on mysql_query"
- Maybe reply: Tommy Williams: "Re: [PHP3] Need a little clarification on mysql_query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
My script is performing many select queries and after I'm done with each
result set I'm doing a free_result. I have noticed that the value of
the result indentifier is increasing on each query request in the
script. To me that seems odd. Shouldn't it stay the same if the
free_result is being done after each query/fetch?
Secondly, I just want to confirm that the mysql_query returns TRUE/FALSE
on update, insert, and delete requests and not a results identifier.
True or not true?
--Stef
-- 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
- Next message: Michael J. Miller Jr.: "Re: [PHP3] PHP and compiler ?"
- Previous message: Jeremiah Davis: "[PHP3] How to Target a Frame with header()"
- Next in thread: Cary Collett: "Re: [PHP3] Need a little clarification on mysql_query"
- Reply: Cary Collett: "Re: [PHP3] Need a little clarification on mysql_query"
- Maybe reply: Tommy Williams: "Re: [PHP3] Need a little clarification on mysql_query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

