guten abend. ich habe bis jetzt auf meiner page alles so included:
<?php
if(!isset($action)) $action = "home";
include($action.".html");
?></TD>
ging auch alles bis jetzt, nun will ich jetzt eine url includen, habs so versucht:
<?php
if(!isset($action)) $action = "home";
include(http://meinepage.de/hp/$action.".html");
?></TD>
klappt leider nicht. Wwie könnte ich das machen das es geht? danke shconmal...