Hallo zusammen,
hab hier folgenden xyz.php Code:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="">
<?php
if ($goto=="Home") $title=".:::[ CoreX |Home ]:::.";
if ($goto=="GalWall") $title=".:::[ CoreX |Galerie|Wallpaper ]:::.";
if ($goto=="GalBilder") $title=".:::[ CoreX |Galerie|Bilder ]:::.";
if ($goto=="GalGfx") $title=".:::[ CoreX |Galerie|GFX ]:::.";
if ($goto=="TutPs") $title=".:::[ CoreX |Tutorials|PS ]:::.";
if ($goto=="TutFlash") $title=".:::[ CoreX |Tutorials|Flash ]:::.";
if ($goto=="TutC4D") $title=".:::[ CoreX |Tutorial|Cinema4D ]:::.";
if ($goto=="TutJs") $title=".:::[ CoreX |Tutorial|JS ]:::.";
if ($goto=="TutHtml") $title=".:::[ CoreX |Tutorial|HTML ]:::.";
if ($goto=="TutJava") $title=".:::[ CoreX |Tutorial|Java ]:::.";
if ($goto=="Partner") $title=".:::[ CoreX |Parner ]:::.";
if ($goto=="AboutMe") $title=".:::[ CoreX |Über mich ]:::.";
echo "<title> $title </title>";
?>
</head>
<body bgcolor="#CAD2DF">
<a href="xyz.php?goto=Home">HOME</a>
</body>
</html>
Wenn ich auf den Link klicke dann veränder sich net der Titel. Was hab ich falsch gemacht?? Für ne lösung wäre ich sehr dankebar!
hab hier folgenden xyz.php Code:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="">
<?php
if ($goto=="Home") $title=".:::[ CoreX |Home ]:::.";
if ($goto=="GalWall") $title=".:::[ CoreX |Galerie|Wallpaper ]:::.";
if ($goto=="GalBilder") $title=".:::[ CoreX |Galerie|Bilder ]:::.";
if ($goto=="GalGfx") $title=".:::[ CoreX |Galerie|GFX ]:::.";
if ($goto=="TutPs") $title=".:::[ CoreX |Tutorials|PS ]:::.";
if ($goto=="TutFlash") $title=".:::[ CoreX |Tutorials|Flash ]:::.";
if ($goto=="TutC4D") $title=".:::[ CoreX |Tutorial|Cinema4D ]:::.";
if ($goto=="TutJs") $title=".:::[ CoreX |Tutorial|JS ]:::.";
if ($goto=="TutHtml") $title=".:::[ CoreX |Tutorial|HTML ]:::.";
if ($goto=="TutJava") $title=".:::[ CoreX |Tutorial|Java ]:::.";
if ($goto=="Partner") $title=".:::[ CoreX |Parner ]:::.";
if ($goto=="AboutMe") $title=".:::[ CoreX |Über mich ]:::.";
echo "<title> $title </title>";
?>
</head>
<body bgcolor="#CAD2DF">
<a href="xyz.php?goto=Home">HOME</a>
</body>
</html>
Wenn ich auf den Link klicke dann veränder sich net der Titel. Was hab ich falsch gemacht?? Für ne lösung wäre ich sehr dankebar!
Kommentar