Wie kann ich einer Variable


PHP-Code:
<?    
if ($_GET["typ"] == "chobits")
 {
  include("navigation.chobits.yen");
 }
else
 {
  echo "text";
 }
?>
also das die variable auch bei typ=chobits.story anschlägt, bzw. den Inhalt [include] ausgibt.

Sowas machbar?

Dennis