Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PHP] phpbuilder.com

0 views
Skip to first unread message

Kurth Bemis

unread,
Nov 15, 2000, 12:39:32 AM11/15/00
to
anyone look at http://www.phpbuilder.com/columns/evert20000816.php3 its a
article on how to make a shopping cart without using mysql...only arrays
and sessions....its what i am trying to do...but the script doesn't
work....and i don't understand how he did it......any ideas?

~kurth
Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone Computer

There is no sin except stupidity. -- Oscar Wilde

ku...@usaexpress.net | http://www.usaexpress.net/kurth
PGP key available - http://www.usaexpress.net/kurth/pgp

Fight Weak Encryption! Donate your wasted CPU cycles to Distributed.net
(http://www.distributed.net)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general...@lists.php.net
For additional commands, e-mail: php-gene...@lists.php.net
To contact the list administrators, e-mail: php-lis...@lists.php.net

Matt Stone

unread,
Nov 15, 2000, 12:44:52 AM11/15/00
to
Uhhh... why the hell would you possible want to make a shopping cart that is
not database driven? It is so much easier with a database. That just does
not make sense...

jeremy brand

unread,
Nov 15, 2000, 12:48:48 AM11/15/00
to
I haven't read this.... but

Just a guess, but if they use PHP4 sessions, you can do PHP4 sessions
withoug a DB in flat files (ewww..), but I suppose that would be okay
for an small site.

-jeremy brand

http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more
---------------------------------------------------------------------
We cannot do everything at once, but we can do something at once.
-- Calvin Coolidge

On Wed, 15 Nov 2000, Kurth Bemis wrote:

> Date: Wed, 15 Nov 2000 00:44:13 -0500
> From: Kurth Bemis <ku...@usaexpress.net>


> To: php-g...@lists.php.net
> Subject: [PHP] phpbuilder.com
>

Kurth Bemis

unread,
Nov 15, 2000, 12:53:25 AM11/15/00
to
At 09:48 PM 11/14/2000 -0800, jeremy brand wrote:

ok then....i can go db shopping cart.......now i have the problem of ppl
adding things to their carts....can anyone send me the sql db dump of a
existing db that they use for shopping carts? i need to know how to add
things to the cart and how to change quantity and stuff....any ideas?

~kurth

>I haven't read this.... but
>
>Just a guess, but if they use PHP4 sessions, you can do PHP4 sessions
>withoug a DB in flat files (ewww..), but I suppose that would be okay
>for an small site.
>
>-jeremy brand
>
> http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more
>---------------------------------------------------------------------
> We cannot do everything at once, but we can do something at once.
> -- Calvin Coolidge
>
>On Wed, 15 Nov 2000, Kurth Bemis wrote:
>
> > Date: Wed, 15 Nov 2000 00:44:13 -0500
> > From: Kurth Bemis <ku...@usaexpress.net>
> > To: php-g...@lists.php.net
> > Subject: [PHP] phpbuilder.com
> >

Philip Olson

unread,
Nov 15, 2000, 1:13:19 AM11/15/00
to
Hey Kurth-

Check out :

- http://devshed.com/Server_Side/PHP/Commerce1/
(first of 3 part series)

- hotscripts.com/PHP/Scripts_and_Programs/E-Commerce/Shopping_Carts/
(many useful related goodies)

- http://zend.com/zend/tut/session.php
(more on sessions)

Regards,

Philip

--
be outside the box.

Mark Maggelet

unread,
Nov 15, 2000, 1:55:14 AM11/15/00
to
On Tue, 14 Nov 2000 21:48:06 -0800 (PST), jeremy brand
(jer...@nirvani.net) wrote:
>I haven't read this.... but
>
>Just a guess, but if they use PHP4 sessions, you can do PHP4
sessions
>withoug a DB in flat files (ewww..), but I suppose that would be
okay
>for an small site.

Hmm, aren't flat files the default for sessions? The docs recommend
using a reiserfs, which IMO probably handles lots of small files as
well as mysql handles lots of inserts.

- Mark

>> To contact the list administrators, e-mail: php-list-
>>ad...@lists.php.net


>>
>>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: php-general...@lists.php.net
>For additional commands, e-mail: php-gene...@lists.php.net

>To contact the list administrators, e-mail: php-list-
>ad...@lists.php.net

jeremy brand

unread,
Nov 15, 2000, 1:56:55 AM11/15/00
to
I don't know about PHP4 sessions, never used them. I use j-sessions.
They do exactly what I want, and they are quick.
0 new messages