Retrieve Feedburner Subscribers count with PHP

Feedburner Awareness API lets us retrieve total subscribers count. Just enable Awarness API in feedburner settings and replace feed URL with your feedburner location. [cc lang=”php”][/cc]

Listing Facebook friends pagewise with PHP

Sometimes, it’s great to see a Facebook user registering on your site, but what if we can show them list of friends in your site, it will be amazing.

Creating Localhost PHP Web Development Platform

There are many web development packages available on the net, designed to run on different operating systems. Few of them are designed for PHP development such as  XAMPP, Apache2Triad, VertrigoServ. XAMPP is also available on Linux, Solaris and Mac OS X. But today we are going to focus on installing Wampserver on windows. 

Microsoft Access using PHP PDO

Microsoft Access database is not a preferred choice to store sensitive or large amount of data, because it is not so robust as other database, you will soon discover several limitation as your database size grows. However for small business and individuals Access database is ideal alternative, it is cheap to setup and simple to use! Let’s find out how easily we can play with Access database using PHP PDO.