Re: [PHP] Credit Cards

2001-02-10 Thread AJDIN BRANDIC
hi jerry try www.bibit.com. they wil give you some example code too. easy to use and you can link to their test server until you are happy with your scripts. ajdin On Fri, 9 Feb 2001, Jerry Lake wrote: > I have a basic shopping cart setup > and I am curious as to how I go about > being able

Re: [PHP] Credit Cards

2001-02-09 Thread JB
on standard transaction servers where you post a string containing the transaction info (card, name, amount, login, password, etc) do the following: get a merchant account sign up for authorize.net, ccnow, ibill, etc. use an application called cURL to post the info to the server from php. dump th

Re: [PHP] Credit Cards

2001-02-09 Thread Michael Stearne
Read the Verisign (Under the Ps) or Cybercash section of the PHP manual. Michael Jerry Lake wrote: > I have a basic shopping cart setup > and I am curious as to how I go about > being able to handle real-time credit > card transactions. I realize there are > card services like cybercash and su