hmm wieder probleme mit dem code von dir:
	
Warning: main(): SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access ./impressum.php owned by uid 652 in /home/htdocs/web12/html/index.php on line 142
Warning: main(impressum.php): failed to open stream: Success in /home/htdocs/web12/html/index.php on line 142
Warning: main(): Failed opening 'impressum.php' for inclusion (include_path='.') in /home/htdocs/web12/html/index.php on line 142
					PHP-Code:
	
	
<?
switch($_GET['content']) {
case "startseite": include('startseite.php'); break; #Wenn section=a, tu xy und "brich ab"
case "team": include('team.php'); break;
case "impressum": include('impressum.php'); break;
default: include('startseite.php'); #Wenn section nicht gesetzt bzw. section nicht a,b oder c (in diesem Bspl.)
}
?>
Warning: main(impressum.php): failed to open stream: Success in /home/htdocs/web12/html/index.php on line 142
Warning: main(): Failed opening 'impressum.php' for inclusion (include_path='.') in /home/htdocs/web12/html/index.php on line 142
 
          
 Moderator
 Moderator 
							
						 Also, freu dich das du hier im Forum hilfe bekommen hast und deine Seite jetzt "sicher" Coden kannst.
 Also, freu dich das du hier im Forum hilfe bekommen hast und deine Seite jetzt "sicher" Coden kannst.


Kommentar