Warning: main(content/.php): failed to open stream: No such file or directory in /.../site.php on line 13
Warning: main(): Failed opening 'content/.php' for inclusion (include_path='.:/usr/share/php') in /.../site.php on line 13
PHP:
<?php
if ( $HTTP_GET_VARS['hp'] )
{
$HTTP_GET_VARS['hp'] = "$hp" ;
}
else
{
$hp = fehler ;
}
;
include("kopf.php");
include("content/$hp.php");
include("fuss.php");
?>