fetch_row is about the same.
$result = mysql_query("select x from table");
while(list($listFields) = mysql_fetch_row($result)){
}
__________________
I rarely give code examples.
No, I have never used IIS or Windows of any kind as a web server. Get a real OS!
Please don't PM me, I won't respond.
|