This code also works with words if anyone needs to know!
http://www.url.com/link.php?id=home
LD
if(isset($_GET['id'])) {
switch($_GET['id']) {
case "home":
include("file1.html");
break;
case "privacy":
include("file2.html");
break;
case "favorites":
include("file3.html");
break;
}
}
Hey the linking works, but when it brings up the page it doesn't load everything? Why is that, most images and .swf ( flash ) files sit there!!! Help...