Optimising this code

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
spamyboy
Forum Contributor
Posts: 266
Joined: Sun Nov 06, 2005 11:29 am
Location: Lithuania, vilnius

Post by spamyboy »

I have read that

Code: Select all

mysql_fetch_row
is mutch faster then

Code: Select all

mysql_fetch_array
is it true ? would it help me ?
Post Reply