Re: [PHP] using mysql_query() twice?

2002-01-11 Thread Nick Wilson
. No data to this while ($row = mysql_fetch_array($another_result) or die(You lose. No data You'll be on the right track. This leads me to believe that I can't run two instances of mysql_query() or perhaps mysql_fetch_array(). No, of course you can. HTH - -- Nick Wilson Tel

Re: [PHP] using mysql_query() twice?

2002-01-11 Thread Nick Wilson
is a resource indicator (container for results) so if you re-assign it (put another value into it) it becomes useless as your while statement depends on it. Happy to help :) - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version

<    1   2   3   4   5