SamuelDr a écrit :
Hi back,
Manuel Lemos wrote :
Hello,
on 01/28/2006 08:31 PM SamuelDr said the following:
Hi !
I'm trying to develop something in PHP.
I have a list of file, and I want to know if I can have a unique
identifier for each files. What I mean, is:
I have my files:
test.t
What nextRecord() is? If it is the mysql_fetch_array then you're problem
is that you call it in the while loop.. this is why the server crash! (
last line within while() remove it and try then!) If it is the mysql_fetch_row then you need to do this like
while($i < mysql_num_rows(...)) {