+ 1
Registration Check
Is it possible to check if a registration already exists through an HTML form?
3 Respostas
+ 1
you should query the server with javascript. the return true or false onsubmit.
0
You need to hook it up to a database with PHP
0
No HTML could not complete this step, only server side code can be do this check. PHP, ASP,JSP etc.