session_start()
Posted: Mon Oct 10, 2005 4:32 am
Is someway session_start() conflicting with $_GET and $_POST,can I use $_REQUEST instaid of $_GET to get the variables?
I have a file that uses $_GET,$_POST and I am trying to use sessions but it doesn't work corectly after I use session_start().
I have a file that uses $_GET,$_POST and I am trying to use sessions but it doesn't work corectly after I use session_start().