Re: [PHP] Submitting form without JavaScript

2006-02-06 Thread Gerry Danen
You should talk to your provider. PayPal does not leave anything legible on my html page, just an encrypted string. Once you end up on PayPal's secure page, the email address is visible. I use a special account, just for that purpose. I'm afraid your provider dictates your solution... Gerry On 2

Re: [PHP] Submitting form without JavaScript

2006-02-06 Thread Sumeet
Peter Lauri wrote: Yes this is a solution, but I want to keep the data sent to PayPal out of the HTML code. If you would use that solution someone can get the username from just checking the source from the page. /Peter i believe in paypal, the username is the email id... why do u want to hi

RE: [PHP] Submitting form without JavaScript

2006-02-05 Thread Peter Lauri
, 2006 2:55 PM Cc: php-general@lists.php.net Subject: Re: [PHP] Submitting form without JavaScript Peter Lauri wrote: > Best mailing list member, > > I have an external payment gateway provider (similar to PayPal) and need to > send POST variables to them to initiate the Pay

Re: [PHP] Submitting form without JavaScript

2006-02-05 Thread Sumeet
Peter Lauri wrote: > Best mailing list member, > > I have an external payment gateway provider (similar to PayPal) and need to > send POST variables to them to initiate the Payment Process. > > Is there any function in PHP that can send POST variables to a URL without > using and then a javas

RE: [PHP] Submitting form without JavaScript

2006-02-05 Thread Peter Lauri
But if I do not have LIBCURL? -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Monday, February 06, 2006 2:13 PM To: Peter Lauri Cc: php-general@lists.php.net Subject: Re: [PHP] Submitting form without JavaScript Hi Peter, Curl can do it. http://www.php.net/curl Peter

Re: [PHP] Submitting form without JavaScript

2006-02-05 Thread Chris
Hi Peter, Curl can do it. http://www.php.net/curl Peter Lauri wrote: Best mailing list member, I have an external payment gateway provider (similar to PayPal) and need to send POST variables to them to initiate the Payment Process. Is there any function in PHP that can send POST variables to