Posted by Jerry Stuckle on 11/03/07 18:11
Angela wrote:
> Hello
>
> Looking for a simple script example for PHP validation on form with AJAX.
>
> Yes, I've google this many times over and there are a lot of different
> AJAX frameworks to work with.
>
> Simple form where values/input is validated by a PHP script.
>
> Thanks greatly
>
Never depend on client-side anything for validation.
You can use javascript to validate client-side, but when the user
submits the data, you *must* validate it server-side to be safe.
AJAX has nothing to do with the latter. It's just standard PHP
validation techniques.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|