Posted by Dejan on 09/26/07 19:13
On Sep 25, 10:55 pm, antonio.cuar...@gmail.com wrote:
> Hi all,
>
> Ok... PHP is a server side scripting language but what about the
> client side???
>
> Can I use PHP on the client side as well (for example to validate some
> form fields) or do I need to use something like JavaScript??? What are
> the alternatives???
>
> Thanks in advance!!!
You can use AJAX (JavaScript). AJAX can send some string to php page
which return if form field is valid or invalid.
[Back to original message]
|