yes, typo. thanks.
I haven't had much luck with sessions on this site because I'm running all the content through a template page (content.php) with an include in the body
That seems to mess up the sessions header call -
sometimes yes, sometimes no, and I don't have a good enough handle on sessions yet that I trust it with my customers.
The page I'm working with (in this topic) is an online order page that has already collected customer data but in the event they order more than 150lbs of product, I want them to go to another page where I can do a specific UPS shipping calculation and I want the information they've already entered to follow them there.
there ya have it...
looking for an alternative to sessions, but if that's the best way, that's where I'll end up no doubt. If I drop that page out of the 'include' and create a static html page will that remedy my 'sessions' header errors?
thanks (if you're still around)
mc