Hi, Thanks for your reply.
Ive been busy with the sessions stuff,its not that bad.
So,I got the cart to work in sessions now but one thing remains
or my sessions is not working properly.
If the user do not submit the the order,the cart items is still in the mysql db
How can I have a script that delete the record entered by the user as soon as the session is destroyed (He/she closes the window for instance) ???
The sesion_id is being entered in mysql too keep track of the intems.
the interface is working perfectly but I need the script to get rid of the ......well "false" orders.
Thanks again!