Hallo,
Ich habe ein Problem mit dem include Befehl.
Ich will das der Inhalt von alsd.php in index.php includiert wird!
ich habe meine index.php wo dies drin steht:
und die eine php datein namens alsd.php diese im Ordner swf leigt.
wo nur der Inhalt drin ist, ohne head body usw. muss das rein?
Ich habe ein Problem mit dem include Befehl.
Ich will das der Inhalt von alsd.php in index.php includiert wird!
ich habe meine index.php wo dies drin steht:
Code:
<?php
include "/swf/alsd.php";
?>
und die eine php datein namens alsd.php diese im Ordner swf leigt.
wo nur der Inhalt drin ist, ohne head body usw. muss das rein?