[PHP] A tricky problem

2001-04-14 Thread David Tandberg-Johansen
This is maybe of topic, but I try. I have this site where the user first selects a langueage, and then i use session_register() to register the information. Then I use the the registered onformatin to dispaly the site text in the user selected language. The user put the selected things in a

Re: [PHP] A tricky problem

2001-04-14 Thread Brian Clark
Hi David, @ 3:06:19 PM on 4/14/2001, David Tandberg-Johansen wrote: ... The problem is: If a user leaves the site because the user doesn't want to go thrue with the order, or if the user closes the broser, then the recods of the selected info are still in the temp TABLE. How can I delete