Shopping cart script (without MYSQL)

Associate
Joined
9 Mar 2004
Posts
170
Hi,

Ive been using ZenCart for a while now on an experimental basis, and my only limitation is my hosts, MYSQL database.

I need a shopping cart script which does not use MYSQL, and can handle about 3000 or over products, im on linux server.

can you suggest anything, anything you can recommend from personal experience.

thanks
 
It'll be slow as hell as I can see the only way to do it being a file based system which would mean disc access every time a page is hit?

Otherwise you'll have to hard code all your products and pass the basket around in a session then write to a pwd protected dir to store orders?

Out of interest why don't they have MySQL...even hosting costing £17.50 a year has MySQL?
 
underworldmagic said:
Hi,

Ive been using ZenCart for a while now on an experimental basis, and my only limitation is my hosts, MYSQL database.

I need a shopping cart script which does not use MYSQL, and can handle about 3000 or over products, im on linux server.

can you suggest anything, anything you can recommend from personal experience.

thanks

MySQL or SQL in general? As mentioned, shopping basket without a DB is going to be a lot more difficult.
 
i don't see the point in trying to recreate something when all that you need is MySQL ... 1 yr of good hosting is very reasonable these days.
 
Back
Top Bottom