Book

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
kpraman
Forum Contributor
Posts: 172
Joined: Fri Oct 13, 2006 10:54 am

Book

Post by kpraman »

Hello,


Is there any php book available which teaches about shopping cart, paypal, verisign, credit card payments, authorise.net?

Thanx
User avatar
dibyendrah
Forum Contributor
Posts: 491
Joined: Wed Oct 19, 2005 5:14 am
Location: Nepal
Contact:

Post by dibyendrah »

Lots of tutorial already available on the net. Googling will find millions of pages. :lol:
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Most books don't specialize in teaching you PHP for a particular proprietary solution like PayPal development and etc.

In books, you learn general things about the language and then you take your knowledge and apply it to specialized things, such as developing applications for web services, or e-comm or even networking.

Most vendors offer tutorials, examples, and good documentation. And there is usually a few good online tutorials for teaching people how to work with a particular web services API, such as the PayPal one.

So I suggest, as mentioned, using Google to find what you need.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

I think Paypal has a published API documentation. You can try reading that.
Post Reply