Hi all,
I have a question...
how can i get the number of results in a mysql resource without screwing up the array. I want to get a coutn and keep th eintegrity. usually i setup a while loop:
while($row=mysql_fetch_array($resource)...
I could have a counter, but i want the total count prior to the loop. thanks,
I have a question...
how can i get the number of results in a mysql resource without screwing up the array. I want to get a coutn and keep th eintegrity. usually i setup a while loop:
while($row=mysql_fetch_array($resource)...
I could have a counter, but i want the total count prior to the loop. thanks,