Anyone willing to help me learn how to set up a sign up page using PHP and AJAX on Live?

If you have been able to learn thus far, then you should be able to learn the rest. Here are the links in which I learned from. Just keep in mind that AJAX doesn't make your website anymore professional than anyone elses. It just looks cooler.
 
There's only one benefit of ajax and that is that it allows a pages content to be updated without the page reloading itself. For what you are trying to do you have to ask yourself if it is really necessary. And bear in mind that some old timers still have javascript disabled on their web browser.

See my code for creating a simple self referencing 'sticky' form. It is all that you need:
http://uk.answers.yahoo.com/question/index;_ylt=AhSumY39vdOJQ5WI7BvHZm8gBgx.;_ylv=3?qid=20090824053955AAkC8uy&show=7#profile-info-u4sAgXjPaa
 
correction: [email protected] ************
I'm trying to set up a registration page with live validation (ajax). I set up the html page for the form... but I need to create live validation to make it look professional. Is anyone willing to help me for free? I've learned how to code on my own out of curiosity, but this is a step that I need some help on. My screenName is [email protected] please message me if you'll help. Thank you!
 
If you have been able to learn thus far, then you should be able to learn the rest. Here are the links in which I learned from. Just keep in mind that AJAX doesn't make your website anymore professional than anyone elses. It just looks cooler.
 
Back
Top