Re: [PHP] Set session variable if link is clicked, do not want to use GET

2005-04-04 Thread emre
lol, sorry for mess, I was in a bit hurry. here is the right one: http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Set session variable if link is clicked, do not want to use GET

2005-04-04 Thread emre
is clicked, do not want to use GET > Hi! > > I am writing a simple shopping cart system which uses sessions and PHP. > > I would like a normal link that says "Add to cart" which the user can > click and the item is added to the cart. > > However, i do not wa

Re: [PHP] Set session variable if link is clicked, do not want to use GET

2005-04-04 Thread Leif Gregory
Hello Kent, Monday, April 4, 2005, 6:21:41 PM, you wrote: K> It would have been easy if i would have used a normal FORM and K> would have had a button called "Add to cart". But i would like it K> to be in url-style or using some which i understand that K> the BUTTON item does not support (or am i

[PHP] Set session variable if link is clicked, do not want to use GET

2005-04-04 Thread Kent
Hi! I am writing a simple shopping cart system which uses sessions and PHP. I would like a normal link that says "Add to cart" which the user can click and the item is added to the cart. However, i do not want to use GET for this as it could introduce unwanted features if the user bookmarks the