include profil.php?id=1
Hej, hvorfor kan jeg ikke include profil.php?id=1 ?Hvis jeg nu skriver domæne.dk?side=Community&to=profil.php?id=1, så kommer der den her fejlmeddelelse:
"Warning: main(profil.php?id=1) [function.main]: failed to open stream: No such file or directory in /customers/kongnice.dk/kongnice.dk/httpd.www/amusik/index.php on line 59
Warning: main() [function.include]: Failed opening 'profil.php?id=1' for inclusion (include_path='.:/usr/lib/php') in /customers/kongnice.dk/kongnice.dk/httpd.www/amusik/index.php on line 59"
KODE:
<?
if($_GET[to] == ""){
print nl2br($vis['indhold']);
}else{
include("$_GET[to]");
}
?>
Håber nogen kan hjælpe :D