Demonic Posted November 9, 2007 Share Posted November 9, 2007 If someone could explain that would be great to my understanding of the two. Quote Link to comment Share on other sites More sharing options...
Barand Posted November 9, 2007 Share Posted November 9, 2007 try $row = mysql_fetch_array($result); echo '<pre>', print_r($row, 1), '</pre>'; $row = mysql_fetch_assoc($result); echo '<pre>', print_r($row, 1), '</pre>'; and see for yourself. Or you could just rtfm. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.