hello
i want 2 validate user already present in mysql db or not before submitting the form
pls help me
thank you
The user would be able to see data during the post as well. The only way to check it is to actually send the current username via an AJAX request to check it, or check it during form processing.
big question is.. Why would you want to!?