Hi,
Now I dont know if this can be done but I want to get multiple rows out of a database but with only one query. So I can do something like
$info=mysql_query("...");
$info[username][0]
$info[username][1]
If something like that at all possiable?
Thanks for your time
- Rayn