Re: [PHP] PAYMENT TRANSACTION

2006-07-25 Thread BBC
Hi,
   We r using the paypal secure transaction.if u want i will send u the code 
 and the tutorials
Hi Suresh Kumar,
I'm sorry I don't reply email directly. I've been a kind of busy lately...
If you want to send the code and tutorial of pay pal secure transaction, I will 
love to.
And thank you very much.
 Best Regards
BBC
 **o0o**

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PAYMENT TRANSACTION

2006-07-21 Thread tedd
At 12:37 AM -0700 7/21/06, BBC wrote:
How are you all?
I hope some body can give me some references for internet payment.
I made a kind of shopping cart in my project; even though I was doubt in 
making it caused I don't have any idea how to make internet
transaction. But I just heard from a friend of mine that we can 'join' with 
special web site which handles payment transaction.
I'll be pleasure if some body can give references about this issue which 
explains how to collaborate with them step by step.
Thank you guys..

Try PayPal.

tedd
-- 

http://sperling.com  http://ancientstones.com  http://earthstones.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PAYMENT TRANSACTION

2006-07-20 Thread BBC
How are you all?
I hope some body can give me some references for internet payment.
I made a kind of shopping cart in my project; even though I was doubt in making 
it caused I don't have any idea how to make internet
transaction. But I just heard from a friend of mine that we can 'join' with 
special web site which handles payment transaction.
I'll be pleasure if some body can give references about this issue which 
explains how to collaborate with them step by step.
Thank you guys..

 Best Regards
BBC
 **o0o**

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PAYMENT TRANSACTION

2006-07-20 Thread Austin Denyer
BBC wrote:
 How are you all?
 I hope some body can give me some references for internet payment.
 I made a kind of shopping cart in my project; even though I was doubt in 
 making it caused I don't have any idea how to make internet
 transaction. But I just heard from a friend of mine that we can 'join' with 
 special web site which handles payment transaction.
 I'll be pleasure if some body can give references about this issue which 
 explains how to collaborate with them step by step.
 Thank you guys..

What kind of 'internet payment' were you looking for?  Credit card?
PayPal?  For credit cards, I get the customer's info and then use cURL
to stuff it down a secure connection to Authorize.net.

Regards,
Austin.


signature.asc
Description: OpenPGP digital signature


RE: [PHP] PAYMENT TRANSACTION

2006-07-20 Thread Jim Moseby
 BBC wrote:
  How are you all?
  I hope some body can give me some references for internet payment.
  I made a kind of shopping cart in my project; even though I 
 was doubt in making it caused I don't have any idea how to 
 make internet
  transaction. But I just heard from a friend of mine that we 
 can 'join' with special web site which handles payment transaction.
  I'll be pleasure if some body can give references about 
 this issue which explains how to collaborate with them step by step.
  Thank you guys..
 
 What kind of 'internet payment' were you looking for?  Credit card?
 PayPal?  For credit cards, I get the customer's info and then use cURL
 to stuff it down a secure connection to Authorize.net.
 

My general rule of thumb:  Never ever handle credit card details. Ever.
Pass the customer off to a third party that does it as their primary
service. (Paypal, etc.)

Possible exception: If you are working for a huge corporation with deep
pockets and high dollar lawyers, for when the credit card info gets
compromised.

If you must handle credit card info, never ever store it anywhere.

JM

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php