Possible Duplicate:
Can JavaScript connect with MySQL?
I have a database with names and emails. When the user fills a email input field with a email. JS checks it with the database and writes out persons name after he completed the email in the field.
joe@exampl.com
Welcome John Doe!
Is it Possible to retrieve MySQL Database data using JavaScript?
Any help would be appreciated.