Re: [PHP] Session for creating a unique shopping cart for each user

2003-10-31 Thread Tore E. Mackay
TECTED] > Have you already sent anything to the browser? Once the first echo has > been performed, you can't send header information, as the header is > sent with the first bit of text. > > > On Friday, Oct 31, 2003, at 15:47 Europe/Amsterdam, Tore E. Mackay > wrote: > > &g

[PHP] Session for creating a unique shopping cart for each user

2003-10-31 Thread Tore E. Mackay
Hi, I am creating a shopping cart but experiensing some difficulty in creating unique shopping carts for each user. When I try to create a session I get this error message: Warning: session_start(): Cannot send session cookie - headers already sent This is the code: if(isset($_COOKIE["cartId"]))

[PHP] Tips on books and tutorials

2003-10-30 Thread Tore E. Mackay
Hi! I have just started to look at the exciting world og PHP and MySQL. Anyone that can inform me of good books to buy or free tutorials on the net that can guide me through building a good dynamic website. Thanx!!! TEM -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: