[PHP-WIN] Re: Getting a "unique identifier" for a file

2006-01-30 Thread Dinu Ionut
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

[PHP-WIN] Re: php-windows Digest 11 Nov 2005 18:34:21 -0000 Issue 2820

2005-11-14 Thread Dinu Ionut
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(...)) {