/ Published in: R
Expand |
Embed | Plain Text
while($row = mysql_fetch_assoc($res)) { }
You need to login to post a comment.
jpdamen on 12/21/07
mysql php textmate array while associative
1 person have marked this snippet as a favorite
while($row = mysql_fetch_assoc($res)) { }
You need to login to post a comment.