|
|
Tech Talk
readfile("links_articles.html"); ?>
|
|
|
|
|
|
if(!$HTTP_SERVER_VARS['QUERY_STRING'])
{ readfile("default.html"); }
elseif ($HTTP_SERVER_VARS['QUERY_STRING'] == "sunflips")
{ readfile ("sunflips.html"); }
elseif ($HTTP_SERVER_VARS['QUERY_STRING'] == "bosetheory")
{ readfile ("bosetheory.html"); }
elseif ($HTTP_SERVER_VARS['QUERY_STRING'] == "braincircuits")
{ readfile ("braincircuits.html"); }
elseif ($HTTP_SERVER_VARS['QUERY_STRING'] == "electricityfromspace")
{ readfile ("electricityfromspace.html"); }
elseif ($HTTP_SERVER_VARS['QUERY_STRING'] == "brainwaves")
{ readfile ("brainwaves.html"); }
elseif ($HTTP_SERVER_VARS['QUERY_STRING'] == "burningwater")
{ readfile ("burningwater.html"); }
?>
|
|
|