Monthly Archives: February 2009

SET SQL_BIG_SELECTS=1

ShareI encountered this error on my query. I had the same query on my local computer, running without any problem but uploading it on the live site I got this error below: The SELECT would examine more than MAX_JOIN_SIZE rows; … Continue reading

Posted in mysql | Tagged , , | Leave a comment

list alphabet using php

ShareI was looking for ways on how to list the alphabet without manually writing each one of them… I guess I found an answer here http://xqus.com/printing-alphabet-php. There were actually different methods being suggested. One that came from the author is … Continue reading

Posted in php | Tagged , , | Leave a comment

Free sitemap generator

ShareAre you looking for a free sitemap generator? Try using http://www.sitemapbuilder.org/ it’s fast and easy. Just type in the site’s URL and you’re good to go Enjoy!!!

Posted in seo tools | Tagged , | Leave a comment

codec for windows media player 11

ShareAre you having trouble playing movies esp .avi format on windows media player 11?  We got the same problem. Hahaha. But don’t worry  after some digging on the internet I found out that I should install divx, you can get … Continue reading

Posted in windows media player | Tagged , , | Leave a comment

mysql_data_seek to reset mysql recordset in php

ShareI’ve been into this situation where I need to reset the recordset for mysql and one way to do this is by using mysql_data_seek(). Sample below from mysql site: Description bool mysql_data_seek ( resource result, int row_number ) mysql_data_seek() moves … Continue reading

Posted in mysql, php | Tagged , | Leave a comment