[PHP] loose variables when url parsed through Netscape

2001-08-16 Thread Tom Beidler
I'm trying to integrate a payment processing service for a client. The client would like to store the values passed from the payment processing service in a database on the clients server. I'm using a Meta Tag redirect from the payment processing service to my client to pass the variables.

Re: [PHP] loose variables when url parsed through Netscape

2001-08-16 Thread Data Driven Design
: Tom Beidler [EMAIL PROTECTED] To: php list [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 1:01 PM Subject: [PHP] loose variables when url parsed through Netscape I'm trying to integrate a payment processing service for a client. The client would like to store the values passed from

Re: [PHP] loose variables when url parsed through Netscape

2001-08-16 Thread Tom Beidler
Beidler [EMAIL PROTECTED], php list [EMAIL PROTECTED] Subject: Re: [PHP] loose variables when url parsed through Netscape You're not sending CC numbers in the url as plain text are you? That's a REALLY BAD idea. You should store the information in your database before you go to processing the CC