Hello! I am looking for a simple form validation script that uses AJAX and PHP to validate input by users. I've searched throughout these forums, but nothing yet. Yes there are a lot of example online, but you end up using a framework which you need to wrap your head around in as well. Wondering if anyone has had any success with a simple form validation scipt validated by PHP. If validation is successful, then redirects user to another page. Cheers
What to get your feet wet with AJAX? This is an awesome little tutorial to get you started: http://rajshekhar.net/blog/archives/85-Rasmus-30-second-AJAX-Tutorial.html Read through that and play with it. Taking it from there to full PHP validation won't be that hard. Cheers,