Shopping Sites

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Shopping Sites

Post by kettle_drum »

Does anybody have any links to tutorials or advice for using php to create online stores. Any good tips or examples? Please reply to this or talk to me on AIM if you have any experience in this area.

Thanks in advance :)
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post by Gen-ik »

The back-end of an on-line shop is pretty simple to do. However you will be required to have a secure site (https) along with a Certificate if you aim to allow users to sue credit cards on your site.

I create the website at http://www.nobones.co.uk which has a built-in online shop. I could help you out/give you advice if you want but it's pretty simple to do.
Post Reply