Saturday, 20 September 2014

Never make mistake like this in php

while($row=mysql_query($query))

This will slow down the execution of whole page..

No comments:

Post a Comment