else {
echo("<p align=\"center\"><font size=\"16\">i think you might be lost, click on the big button to go home
<br>
<form method=\"LINK\" action=\"tfc.php?page=index\" >
<input type=\"submit\" value=\"Take Me Home Now\">
</form>
</font>
</p>");
}
if no condition is true it goes to the else of course, so it echos a centered thing saying you might be lost, click the button to go home then there is a break then a form which SHOULD link to tfc.php?page=index" but for some reason it doesn't. why?? i took that link form code directly from another another website which is an HTML site so there's no tricks behind it.