When I try to log in with admin, it takes me to the " Successfully loged out!
Click here if you do not want to wait any longer
(or if your browser does not automatically forward you) " and then takes me back. I have checked register_globals and they are even on. Any other possible suggestions? Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try to log in with admin, it takes me to the " Successfully loged out!
Click here if you do not want to wait any longer
(or if your browser does not automatically forward you) " and then takes me back. I have checked register_globals and they are even on. Any other possible suggestions? Thanks.
Same problem here, looks like variable $action is not set. Even tried $_POST['action'], it is empty too.
POST or PHP problem ? Anyone knows ?