Google Book Search API with Code Igniter
Sunday, June 28th, 2009 Posted in PHP | 1 Comment »I was working on a project, an e-commerce site where you can buy and/or sell books online. SellingĀ was a bit simple, students can add books by entering the ISBN and get its information from an API and for this, ...
PHP Session suddenly dies
Monday, May 11th, 2009 Posted in PHP | No Comments »Just a couple of days ago i was puzzled by what i thought was a PHP bug. I ran into a problem where when i open a page of the site i developed, the session that handles user login details ...
A Neater way to write Control Structures in PHP
Friday, October 31st, 2008 Posted in PHP | 1 Comment »I am not a big fan of pre-built PHP sites or even CMS ready sites like joomla, drupal and the like which means almost all of the projects i have developed were coded from scratch using of course the best ...