|
|
Litmus Test Review
readfile("links_articles.html"); ?>
|
|
|
|
|
|
if(!$HTTP_SERVER_VARS['QUERY_STRING'])
{ readfile("default.html"); }
elseif ($HTTP_SERVER_VARS['QUERY_STRING'] == "Acrobat")
{ readfile ("Acrobat.html"); }
elseif ($HTTP_SERVER_VARS['QUERY_STRING'] == "Kodak")
{ readfile ("Kodak.html"); }
elseif ($HTTP_SERVER_VARS['QUERY_STRING'] == "Magnet")
{ readfile ("Magnet.html"); }
elseif ($HTTP_SERVER_VARS['QUERY_STRING'] == "Siemens")
{ readfile ("Siemens.html"); }
elseif ($HTTP_SERVER_VARS['QUERY_STRING'] == "Motorola")
{ readfile ("Motorola.html"); }
?>
|
|
|