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? Link to comment https://forums.phpfreaks.com/topic/43435-solved-bad-request-invalid-hostname/ 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? Link to comment https://forums.phpfreaks.com/topic/43435-solved-bad-request-invalid-hostname/#findComment-210938 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.