Posted by Pete | Posted in Javascript/AJAX Tutorials | Posted on 14-08-2009-05-2008
0
In this tutorial I will show you how to submit a form using ajax and return the response into a form field. I will use an example to convert the first form field text into capitals. So here we go.
Read the rest of this entry »
Posted by Pete | Posted in PHP Tutorials | Posted on 11-08-2009-05-2008
2
This tutorial will teach you how to protect your form’s from being submitted by bots. We will use a simple way, by creating a image using php with some randomly generated numbers then store it as a session and when the form is submitted we will check if the field in the form matches up with the numbers generated.
Read the rest of this entry »