urgido
12-05-2006, 08:09 AM
I have the following code:
$result = mysql_query("select * from users ORDER by id DESC LIMIT 0,3");
I have this code to show the recently 3 users added to the database I test on my server and it works! but my friend say that in his server this don't work. We use php5 and mysql 5... Can somebody give a hand?
Regards
$result = mysql_query("select * from users ORDER by id DESC LIMIT 0,3");
I have this code to show the recently 3 users added to the database I test on my server and it works! but my friend say that in his server this don't work. We use php5 and mysql 5... Can somebody give a hand?
Regards