PDA

View Full Version : Do I need MySQL to build a shopping cart ??




illustratorDavi
Aug 2, 2005, 08:52 AM
Hi

I'm wanting to upgrade my website so people can buy prints, greetings cards etc from my website.

I was going to upgrade my 1and1 account to a basic home hosting account (http://order.1and1.co.uk/xml/order/HostingHome;jsessionid=430E7E7441612649C4F7EA8240457A8F.TC30a?__frame=_top&__lf=Static) account

But today I've discovered that although it has php it doesn't include MySQL - my question is do I need to have MySQL to build a shopping cart ?

Thanks
David :)



munkle
Aug 2, 2005, 09:49 AM
Most likely but I'm sure not all options will require MySQL. However, setting up an e-commerce site can be a tad tricky, not to mention expensive. If you're not handling large orders, you might be best off with having an order form on your site and handling payments via paypal. Just a thought.

kgarner
Aug 2, 2005, 12:36 PM
You need some form of database to house the data of the products you intend to sell. As long as it understands SQL (Standard Query Language, I think) then PHP will be able to talk to it. It's just that all of the tutorials and everything are geared towards MySQL.

illustratorDavi
Aug 2, 2005, 12:53 PM
Thanks

I think i'm going to have to rethink my hosting decision and get one with MySQL.

Thanks for the help
David

MontyZ
Aug 2, 2005, 06:05 PM
.