RE: [PHP-DB] Need a shopping cart

2001-07-12 Thread Steve Brett
check out the session cart on phpbuilder.com it stores all the cart stuff as session vars so you can use any db Steve -Original Message- From: Jeff @ HookedOnThe.Net [mailto:[EMAIL PROTECTED]] Sent: 12 July 2001 02:47 To: [EMAIL PROTECTED] Subject: [PHP-DB] Need a shopping cart

[PHP-DB] Need a shopping cart

2001-07-11 Thread Jeff @ HookedOnThe.Net
Can anyone direct me to a shopping cart package (preferrably in PHP, although PERL would possibly work) which utilizes either an MS Access database or flat files? I've found several shopping carts, but they all seem to require MySQL which I do not have access to on my server. My server is

Re: [PHP-DB] Need a shopping cart

2001-07-11 Thread Tom Peck
Jeff Have you tried: http://www.hotscripts.com it seems to have a huge selection of PHP scripts - i'm not sure if it has what you are after though. Why don't you have MySQL installed on your NT machine? It is a LOT quicker than any MS Access database, or flat file - especially if you are

RE: [PHP-DB] Need a shopping cart

2001-07-11 Thread David Balatero
] Subject: Re: [PHP-DB] Need a shopping cart Jeff Have you tried: http://www.hotscripts.com it seems to have a huge selection of PHP scripts - i'm not sure if it has what you are after though. Why don't you have MySQL installed on your NT machine? It is a LOT quicker than any MS Access database

Re: [PHP-DB] Need a shopping cart

2001-07-11 Thread leo g. divinagracia iii
ummm... why not install MYSQL on your server? you can have the apache/mysql/php triad. all free/open sourced... then there are a few shopping carts already written. the book titled, PHP and MySQL Web Development has a shopping cart example...

RE: [PHP-DB] Need a shopping cart

2001-07-11 Thread Matthew Loff
Everyone suggesting Easy! Just install Mysql! makes me laugh... :) Jeff-- I suggest you check: 1) http://www.hotscripts.com/ 2) http://www.zend.com/ 3) http://www.sourceforge.com/ 4) http://www.mysql.com/ (Just kidding!) Any shopping cart that uses ODBC should work just fine-- and moreso,

RE: [PHP-DB] Need a shopping cart

2001-07-11 Thread support
was implying that he didn't have the ability (due to administrative reasons) to install mysql. Good point, though. :) -Original Message- From: Tom Peck [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 1:01 AM To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Need a shopping cart