helo frds i am new to php and making registration form.In this when i am validating my email id after successful validation all the previous contents checked are refreshed.please tel me how to fix my cursor all other text values there only thanks and regards
You have an HTML form and want to validate it, correct? For client side validation, use javascript. For server side validation, use PHP. The reason your page is refreshed, I think, is because the form action is set to "#" or the page name, index.php for example. At least this is what I can make of this. Could you clarify your question?