Send us interesting and helpful web design and developement tips and tricks and help others benefit from it. All tips will be displayed with their corresponding author's name.
Please email your tips to webmaster@binarytrends.com with your name, email address and short introduction about yourself and we will be happy to publish them.
Alternatively you can paste your article in a content box provided once you login as a member. To do so please login below or create an account.
For queries producing large result sets, you can dramatically improve the performance by using mysql_unbuffered_query which lets MySQL hold onto the results until you request them one by one with mysql_fetch_array. But please note that you won't be able to use mysql_num_rows when using this technique. So choose your cards before you play. ( Posted by Guest )