The Code Pilgrim's Progress

One step closer to coding enlightenment...

Change a drop down when other changes in AJAX way


~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


~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


~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


~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


~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


~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


~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...

Change a drop down when other changes in AJAX way


~2 years ago by christyjohn 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


~2 years ago by christyjohn 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 from...

Sending Mail


over 2 years ago by christyjohn 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...