Home »
General »
HTML, Javascript, jQuery & AJAX »
AJAX - PHP validation
|
|
Re: AJAX - PHP validation [message #166645 is a reply to message #39114] |
Sat, 04 February 2012 09:24  |
NeXuS
Messages: 121 Registered: July 2010 Location: South Korea
Karma: 5
|
Senior Member Contributing Core Developer |
|
|
What you can use AJAX for is:
- local verification
- remote verification
Local verification: you check things like "password1 == password2"
Remote verification: you call a script on the server (PHP,Perl,etc.) which tells you if a parameter is valid (e.g. usernamve available)
As already stated you will anyway to redo the checks server side.
[Updated on: Sat, 04 February 2012 09:25] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun Apr 06 21:27:53 GMT 2025
Total time taken to generate the page: 0.11804 seconds