No I'm not passing credit card numbers.

I have to receive the variables from the payment processing company because
my clients ISP is not using cURL and I can't do a secure post of the info to
them.

> From: "Data Driven Design" <[EMAIL PROTECTED]>
> Date: Thu, 16 Aug 2001 13:21:53 -0400
> To: "Tom 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 (name, address, etc.) and don't store CC
> numbers, the liability is much more than you're being paid. If you store it
> ahead of time all you need to pass in the url from the processing company is
> an id# to look up the info in your database.
> 
> Data Driven Design
> 1506 Tuscaloosa Ave
> Holly Hill, Florida 32117


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to