In forms its better approach to populate years drop down list rather then writing down every year manually. This script will ask you starting year and rest of years up till latest year it will populate for you.
(more…)

Send emails using PHP and AJAX. Its a complete AJAX PHP based email solution. Just download it and give it a try.
(more…)
Here is how we can post data by a form and display it at using PHP. Create two files index.html and input.php and copy this code in these and try.
(more…)
I have a feeling that every bit of any twitchy and creepy thing with web page can be done with a nice JS file. Got a form? Does it validate? Does it smack your face with a boring alert box saying! “Hey! Yo! You did not enter your name? Did you think I was stupid and did not know even that you were not entering data?“;
Hmm! Nice… Time for a bit of a change buddy. Look carefully down at following images and compare.


If you find 2nd one more creepy then read along. Again you need a smart JavaScript file to do the task for you.
(more…)
Following script will check that whether user has entered the number or digit in field. e.g. In Phone Number Text Field.
(more…)