Search found 5 matches

by apdragon
Thu May 10, 2007 3:46 pm
Forum: PHP - Code
Topic: session question
Replies: 9
Views: 2083

I'm not sure if that will work for me........but i will try it. Lets say I start a session in the shopping cart and populate an array $cart and register that, go back to the website go to another site and add an item to the cart that will populate array $cart, won't that array have both items in it ...
by apdragon
Thu May 10, 2007 11:53 am
Forum: PHP - Code
Topic: session question
Replies: 9
Views: 2083

yes they are
by apdragon
Thu May 10, 2007 10:28 am
Forum: PHP - Code
Topic: session question
Replies: 9
Views: 2083

I'm not trying to bridge shopping carts.....but keep them seperated so one person can't order from another site. Thats why I was thinking of having a unique session ID?
by apdragon
Wed May 09, 2007 4:28 pm
Forum: PHP - Code
Topic: session question
Replies: 9
Views: 2083

session question

Hi I'm kinda new at this but I am having some trouble with sessions. Lets say I have multiple shopping carts for customers and they go to one site to order something and then adds it to the cart (this is where the session starts) then goes back and if they go to another site and trys to order someth...
by apdragon
Thu Apr 05, 2007 1:27 pm
Forum: PHP - Code
Topic: HELP WITH UPS CODE!!!
Replies: 3
Views: 1129

try to assign it to a variable and then echo that out and see if its getting the right values, if it does then there is some thing wrong with the way that you are initializing your $results array