At some places, I was using $_SESSION['u_uname'] as variable name, at other $_SESSION['uname']. Changing to $_SESSION['uname'] through all my accesscontrol.php solved the problem. Now it works on my ISP's server.

Question is, though: Why does the faulty script work on my localhost? Next step is to try the script that work at my ISP's server at my localhost. ;-)

--
anders thoresson

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to