PHP backlink checker script
This is probably the simplest script that anyone knowing (or even learning) PHP can create in about 15seconds. But I will still post it here just in case anyone is a total noob at PHP. Purpose of this...
View ArticleGoogle Ranking Checker Class in PHP
The only goal for an SEO is a good or very good google ranking. To ensure this you have to monitor your rankings and compare it to the positions of your competitors. With the Google AJAX Search API and...
View ArticlePagination with jQuery, MySQL and PHP
Demo I received lot of requests from my readers that asked to me how to implement Pagination with jQuery, PHP and MySQL. so I had developed a simple tutorial. It’s looks big but very simple script....
View ArticlePHP: Calculate the Number of Working Days in a Month
How to calculate the number of working days in a month, in other words discount Saturdays and Sundays from a month
View ArticleGet the Last Day of a Month using PHP
Picked this cool little PHP function to calculate and return the last day of a month for any year off the always informative lutrov interactive website the other day, and posted it here for future...
View Article