user1169730
user1169730

Reputation: 9

How do I create a form without refreshing the page at the same time the data goes into a mysql data base?

Ok, I know there have been a few questions posted on this but a lot of the information are dotted around and not necessarily connected in one form that I need for my site.

  1. Basically I want to create the style/functionality of the twitter form on their home page.

Where inside the input fields are the labels, and when you click on the input the fields the labels don NOT disappear but fade into a different colour. Its only when you type, is when it disappears.

  1. If they don't type and press submit I want the verification signs come up ( I know how to do this but it seems to be conflicting when I put the jQuery code in)

  2. When all fields are inputted I would like the form to fade and represent a thank you message whilst

  3. the data gets placed into a mysql ( specifically a MAMP/PHP My Admin) database.

Very similar to this form on hbuddy.com

Would massively appreciate if this was responded in a step by step format, simply because i am at the beginning stages of learning pretty complex programming language.

Thanks!

Upvotes: 1

Views: 468

Answers (1)

Related Questions