Re: [PHP] calling javascript functions inside PHP

2001-09-10 Thread Nelson Goforth
PHP has some encryption mechanisms in it - but by that time you've sent the data to the server. The other respondents are correct though - you should be using an SSL connection to encrypt the data between the user and your server. On a site that I do I use SSL to keep the data secure between

RE: [PHP] calling javascript functions inside PHP

2001-07-30 Thread Bruin, Bolke de
30, 2001 1:40 PM Aan: [EMAIL PROTECTED] Onderwerp: [PHP] calling javascript functions inside PHP 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). I&#x

[PHP] calling javascript functions inside PHP

2001-07-30 Thread Dean Martin
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). I'd like to start taking CC orders and would like to encode the information using javascript http:/