Forum Moderators: coopster
Link:
index.php?action=mainand tryed
?action=main
Script:
<?PHP
if($_GET[action] == "main") {
include("index.php");
}elseif($_GET[action] == "about") {
include("test.php");
}elseif($_GET[action] == "tutorials") {
include("tuts.php");
}else {
include("http://www.mysite.com/v2/index.php");
}
?>
[edited by: jatar_k at 1:53 am (utc) on May 7, 2003]
[edit reason] no specifics please [/edit]
mainit makes a loop but they get staked on top of eachother they dont open like a normal link would and the other ones just refesh the page
Do you know of one that will work if you do please let me know the one i made is being a pain and im over it dont feel like messing with it anymore
[edited by: jatar_k at 2:17 am (utc) on May 7, 2003]
[edit reason] typo [/edit]