Answers
Aug 12, 2010 - 04:37 AM
Could you please let me know which script you are trying to get the code in and what is the database you have at the backend to talk from the form ?
Aug 12, 2010 - 11:08 PM
** username not more than 15 characters.
javascript:
if ((document.frm.Mem_Username.value == ""))
{
alert("Please Enter Username!");
document.frm.Mem_Username.focus();
return false;
}
Aug 13, 2010 - 03:52 AM
nice that you could provide the snipet, Check if this is what you will need, this works just fine to check if the username already existed in the db.
http://papermashup.com/jquery-php-mys...
You might want to customize this one with your db and table details.
Mar 31, 2012 - 10:57 AM
The Quomon Team
Add New Comment