The Code Pilgrim's Progress

One step closer to coding enlightenment...

Patterns for Database Interaction : Data Mapper – an example driven explanation using PHP


over 1 year ago by Christy John on The Code Pilgrim's Progress.
It is common knowledge these days that we need some kind of object/relational mapping if we are using and object oriented language and a relational database...

Doing some Bashing (:-) I meant Bash scripting)


almost 2 years ago by admin on The Code Pilgrim's Progress.
Back form my college days, I remember I wanted to do some Unix hacking. I prayed I be employed in a job that demanded it, but nothing happened. I remained...

Joining Indpro


almost 2 years ago by admin on The Code Pilgrim's Progress.
From Monday the 5th of April 2010, I’m a software Engineer at Indpro. I work as a PHP developer here. I hope this is a new turn in my career and I will...

Change a drop down when other changes in AJAX way


almost 2 years ago by admin on The Code Pilgrim's Progress.
Here we are going to see basic AJAX script in play. Here I’m writing a script which populates a drop down box with states according to the countries selected...

Adding Pagination in PHP


almost 2 years ago by admin on The Code Pilgrim's Progress.
Here is an example of  how to use pagination in your PHP oage. I’m using a pagination class developed by Shiege Iseng’ and can be downloaded fromWe...

Sending Mail


almost 2 years ago by admin on The Code Pilgrim's Progress.
Sending mail using PHP is very simple. Here I’ll show how we can send the activation mail to a registered using along with the verification key we generated...

Generate verification key


almost 2 years ago by admin on The Code Pilgrim's Progress.
Difficulty : Beginner While registering with a website we often need to verfy our email id. Given below is the code to develop that functionality. The following...

PHP MySQL Connection String


almost 2 years ago by admin on The Code Pilgrim's Progress.
Difficulty: Beginner This is very very novice kind of thing. Every web application requires script like this. Usually we write the following in a file named...

Starting a Drupal Journey


almost 2 years ago by Christy John on The Code Pilgrim's Progress.
I'm in Bangalore attending interviews for the post of PHP developer. Like all self respecting PHP developer with over 2 years of experience I too had a...

Starting my Drupal Journey


almost 2 years ago by Christy John on The Code Pilgrim's Progress.
I'm in Bangalore attending interviews for the post of PHP developer. Like all self respecting PHP developers with over 2 years of experience I too had a...