instead of using cookies to store the informatioon about the stuff selected
by the user while browsing your site, I would suggest that you use sessions
to manage the user basket. Go through the information available at
http://www.devshed.com/Server_Side/PHP/
and
http://www.phpbuilder.com/columns/mattias20000312.php3
for information on implementing sessions and shopping carts in PHP
hope that helps
best regards
Ankur Verma
HCL Technologies
A1CD, Sec -16
Noida, UP
India
----- Original Message -----
From: "kaab kaoutar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 15, 2001 3:15 PM
Subject: [PHP] Cookies
> Hi!
> I'm about to use cookies in my application, and i'm intersted in using
> baskets, i mean while the user surfing in my web site, he can select items
> and it will be added to the basket etc (like the classical shopping) !
> can u point me to a url with details information about cookies(i've read
the
> one of the manual) and php samples about cookies and baskets stuff ...
> what about if cookies are disactivated in a user browser ?
>
> Thanks a lot !
>
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]