Re: [PHP] form

2001-03-31 Thread Sean Weissensee
I would like to achieve this as well, I have a shopping cart system I wrote which display several detail lines of items purchased, at the moment if the user changes a quantity they have to manualy click a link to recalulate the total, I would like this to happen as soon as the user tabs of the qt

[PHP] Setcookie not working

2001-03-29 Thread Sean Weissensee
When I use set cookie with an expire value it does not retain the value ? setcookie ("TestCookie2", "test", $value,time()+3600); I am using echo $TestCookie2; or echo $HTTP_COOKIE_VARS["TestCookie2"]; in another page to view the value Sean Weissensee Ion Solutions

[PHP] Session Varables with PHP3

2001-03-29 Thread Sean Weissensee
How can I create Session Varables, the docs I have read only provide funtions for PHP4. Sean Weissensee Ion Solutions.

[PHP] Shopping Baskets

2001-03-05 Thread Sean Weissensee
Does anyone have a sample shopping basket class they could show me, I tried to use one of the phpbuilder site but could not get it working ? Sean Weissensee ION Solutions