Hi,
I have a question. I am working on a submit form that will ask you for confirmation of info. I.e. I need to move values submitted via form through 2 different pages. One of the ways to do it is via session_start(). Another way to do is it via storing variables in a QUERY_STRING and that's my favourite to be honest (page.php?a=432&b=$this) The question is how reliable the session is? In other words I understand session works based on cookies right? So if the client browser has cookies disabled the session is not going to work right? Vlad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php