This is really more of a PHP question, than it is a MySQL question
mysql_query returns an integer which is the identifier that you will use to
call other mysql functions which utilize the results from your query.
For example:
$row_count = mysql_num_rows($result) ;
...this will set $row_co
Sorry Guys + Gals,
My last message was meant for another list. Please disregard...
thanks
randy
-Original Message-
From: Randy Johnson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 2:38 PM
Cc: [EMAIL PROTECTED]
Subject: Resource id #2
When I run any kind of query this