Posted by Good Man on 09/25/07 21:12
antonio.cuartas@gmail.com wrote in news:1190753730.097971.27070@
22g2000hsm.googlegroups.com:
>
> 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???
Javascript is a client side language. This is what you need to 'validate'
form fields. It is my duty to remind you that server-side validation must
be performed whether or not you use any client-side validation.
You cannot use PHP on the client side; PHP runs on a server.
Navigation:
[Reply to this message]
|