Current Page: 1 of 1
Results 1 - 6 of 6
16 years ago
Gondrong
/*if ($_GET["act"]=='logout') { session_destroy(); //header("Location:index.php" }*/ That is the code where I use $_GET act. If I make it a comment the error dont occur but if I didnt make it a comment the error message appear.
Forum: WampServer English
16 years ago
Gondrong
This is the code : <?php /**************************************************************** * include configuration and other files * ****************************************************************/ session_start(); include_once("includes/conf.php" include_once("includes/MyTemplate.php" $tpl = new MyTemplate("templates/index(1024x768).html" /****************
Forum: WampServer English
16 years ago
Gondrong
I got a problem with the $_GET. You see I make a website and make a logout to destroy the session but I got an error in the main page that say : Notice: Undefined index: act in C:\wamp\www\dashboard\index.php on line 36 Any body can help me??
Forum: WampServer English
16 years ago
Gondrong
Okay I already undo, what next??
Forum: WampServer English
16 years ago
Gondrong
I already did what the manual say, that the server have to allow my IP in the conf file, but still no good. I still cannot access the web. Is there something that I miss??
Forum: WampServer English
16 years ago
Gondrong
I have a problem, my friend install WAMP in his computer and put a website in the www folder. But I cannot access it, the browser keep showing "Forbiden Error". Anybody can help me?
Forum: WampServer English
Current Page: 1 of 1