Hallo,
habe ein Problem, das sicherlich ganz simpel ist:
ich will ein File in eine php Seite einbinden:
<?php readfile(http://www.link.de); ?>
es kommt die Fehlermeldung:
Parse error: parse error, expecting T_VARIABLE' or ‚$‘’ in /usr/local/www/data02/irisd/frame_iris/frameset_main.php on line 284
Was mach ich denn da falsch???
Danke schon mal für die Hilfe…
ciao Michael
Hallo,
habe ein Problem, das sicherlich ganz simpel ist:
ich will ein File in eine php Seite einbinden:
Jo
<?php readfile(http://www.link.de); ?\>
include „inhalt.inc.php“ ?>
Erklärung:
Das php am Ende ist nur fuer den Fall das einer so an die Datei will, dadurch wird sie geparst.
es kommt die Fehlermeldung:
Parse error: parse error, expecting T_VARIABLE' or ‚$‘’ in
/usr/local/www/data02/irisd/frame_iris/frameset_main.php on
line 284
Was mach ich denn da falsch???
Danke schon mal für die Hilfe…
ciao Michael