There is a great-3-part-tutorial writen by Ying Zhang at DevShed.com. You can find this tutorial at: http://www.devshed.com/Server_Side/PHP/Commerce/Commerce1
It's a tutorial which guides you through the creation of a e-commerce site with LOTS of things and capabilities. You should check it out in order to solve lots and lots of questions. Cesar Aracena [EMAIL PROTECTED] Neuquen, Argentina ----- Original Message ----- From: "James Kupernik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 11:47 AM Subject: Re: [PHP-DB] sessions > Do you know where there is any good tutorials on creating a php shopping > cart? > > I enabled the auto.session_start .. then took out session_start .. that > seemed to do the trick. > > Any help on php shopping carts would be great! > > Thanks > > "Matt Stewart" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > sent the session_start(); before any output, that should do it... > > > > -----Original Message----- > > From: James Kupernik [mailto:[EMAIL PROTECTED]] > > Sent: 23 May 2002 15:38 > > To: [EMAIL PROTECTED] > > Subject: [PHP-DB] sessions > > > > > > I get this error when I try to start a session (I'm trying to create a > > shopping cart). > > > > Warning: Cannot send session cache limiter - headers already sent > > > > > > Thanks > > > > > > > > -- > > PHP Database Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >
