| TOTAL: 2 Page: 1 of 1 |
|
Easy payments using Paypal IPN
There are several PHP scripts and classes to process PayPal payments using their native IPN (Internet payment notification) feature. Because the whole process is based on the data you need to send via a web form to the PayPal payment processor these script look very similar.

| Hits: | 16 | Platforms: | Linux Windows |
| Ratings: | Last Updated: | 2008-04-28 |
PHP Shopping Cart Tutorial
This tutorial explains how to create a shopping cart script with PHP and MySQL. If you have decided to design your own online store with PHP and do not know where to start, this document is right for you!.

| Hits: | 23 | Platforms: | Linux Mac Sun Windows |
| Ratings: | Last Updated: | 2007-04-16 |
Credit Card Validation Function, Easy to implement
This is a very complex script, and I truely don't recommend trying to decode it unless you are an exepert at PHP. It is 100% free, the only thing I ask is that you leave my copyright notice in place. Unlike my other tutorial I have decided to leave the whole thing together and comment out the instructions, so you can put it on your site and mess around with it. You will need to create a form for it becasue this tutorial ONLY COVERS THE BACKEND FUNCTIONS. Now that that is said, I will start with

| Hits: | 140 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-07 |
Building a simple PHP shopping cart
One of the most common requirements any web designer/developer will come across is likely to be that of the small business taking its first steps online; a client with an established widget-selling company now wants to move into the national market and sell their widgets to the world. What they need to do this (apart from a great-looking, functional, usable and accessible website!) is some sort of shopping-cart system to allow their customers to add, remove and update the products they wish t

| Hits: | 82 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-07 |