View Single Post
  #37 (permalink)  
Old 11-06-2007, 07:41 AM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,162
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: PHP Optimization Tips

When trying to call mysql_fetch_array() will return an array with both index types, mysql_fetch_assoc() will not return numerical indexed array, mysql_fetch_row() will return just numerical indexed array
__________________
With,
J. Jeyaseelan

Everything Possible
Reply With Quote