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
you can use POST with some javascript tricks. lets assume that you are going to you an image file to submit, then just add a function andd call that function to handle submitting data. here is an example: To: Sent: Tuesday, April 05, 2005 3:21 AM Subject: [PHP] Set session variable if link i

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