pkirsch Posted March 20, 2007 Share Posted March 20, 2007 Hi Everybody! I was just testing some code: <?php session_start(); $_SESSION['views'] = 1; // store session data echo "Pageviews = ". $_SESSION['views']; //retrieve data ?> And for some unknown reason I keep getting the error: Bad Request (Invalid Hostname) Can somebody Give me an Idea on Why the Heck This is happening? Quote Link to comment Share on other sites More sharing options...
btherl Posted March 20, 2007 Share Posted March 20, 2007 Do other scripts work, or is it just this one that gives the error? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.