Current Page: 1 of 1
Results 1 - 4 of 4
16 years ago
tehno
I have this statement after 3 setcookies statements in php. header("Location: ; but, when the file containing that gets called...it doesnt work..just stays on the original page.
Forum: WampServer English
16 years ago
tehno
the first include statement work: include "content/home.php" but then when you click a link that should change it in previous versions of PHP it doesnt the page just stays on the original home.php
Forum: WampServer English
16 years ago
tehno
i need a fix or an alternative to include statements, can anyone help me? i really need help <?php if($page == "" { include "content/home.php"; }else{ include "content/$page.php"; } ?>
Forum: WampServer English
16 years ago
tehno
hey i am having trouble getting the include statement or require statement to work <?php if($page == "" { include "content/home.php"; }else{ include "content/$page.php"; } ?> can anybody tell me an alternative or how to fix this? thank you Post Edited (07-17-07 05:16)
Forum: WampServer English
Current Page: 1 of 1