[PHP] Re: calling javascript functions inside PHP

2001-07-31 Thread Richard Lynch
> I use a PHP self-validating form for taking orders off my site. (on submit > it calls itself and if there are no errors a send variable is set and it > emails me the information, etc - standard stuff). Relying on JavaScript as your only validation is a BAD IDEA. The user could trivially bypass

[PHP] Re: calling javascript functions inside PHP

2001-07-30 Thread elias
you really can't do that... try translating the decoding algorithm to PHP. "Dean Martin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I use a PHP self-validating form for taking orders off my site. (on submit > it calls itself and if there are no errors a se