[PHP] Shopping Baskets
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
[PHP] Session Varables with PHP3
How can I create Session Varables, the docs I have read only provide funtions for PHP4. Sean Weissensee Ion Solutions.
[PHP] Setcookie not working
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
Re: [PHP] form
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 qty field. Sean , e-mail: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]