O, woe is me, to have seen what I have seen, see what I see!
(That's Shakespeare for those who were wondering what I'm on about)
I am "having fun" with cookies.
And I wonder if I have missed something obvious.
I am writing a simple shopping cart that uses cookies.
It works as I expected in IE6 (Microsoft, all is forgiven...)
But it only half works in NN7, Firefox or Opera 7 (they are the only ones I
have tested so far)
Without pasting in reams of code, here is an overview of what it does.
When the visitor clicks on BUY PRODUCT, a row is inserted into the ORDER
TABLE that includes the cookie_id and product _id (amongst others)
This works in perfectly all browsers.
Next, a query is run to find all of the rows in the ORDER TABLE that have
the user's cookie_id, and the results are output as a summary of the order.
This works as expected in IE6 (Big up tha man like BillG)
But gives me no results in any of the other browsers
Any simple answers?
TIA
Mark
(That's Shakespeare for those who were wondering what I'm on about)
I am "having fun" with cookies.
And I wonder if I have missed something obvious.
I am writing a simple shopping cart that uses cookies.
It works as I expected in IE6 (Microsoft, all is forgiven...)
But it only half works in NN7, Firefox or Opera 7 (they are the only ones I
have tested so far)
Without pasting in reams of code, here is an overview of what it does.
When the visitor clicks on BUY PRODUCT, a row is inserted into the ORDER
TABLE that includes the cookie_id and product _id (amongst others)
This works in perfectly all browsers.
Next, a query is run to find all of the rows in the ORDER TABLE that have
the user's cookie_id, and the results are output as a summary of the order.
This works as expected in IE6 (Big up tha man like BillG)
But gives me no results in any of the other browsers
Any simple answers?
TIA
Mark
Comment