Aser
Erfahrenes Mitglied
sers
(hab die Suchfunktion schon genutzt)
gibt es eine Möglichkeit eine php Datei als phpcode auszugeen
z.B.
test.php
soll NICHT
hallo test,
sondern
<? echo "hallo test", ?>
wiedergeben
include gibt doch nur "hallo test" aus, jedenfalls bei mir...
Dank im Voraus
(hab die Suchfunktion schon genutzt)
gibt es eine Möglichkeit eine php Datei als phpcode auszugeen
z.B.
test.php
PHP:
<? echo "hallo test"; ?>
soll NICHT
hallo test,
sondern
<? echo "hallo test", ?>
wiedergeben
include gibt doch nur "hallo test" aus, jedenfalls bei mir...
Dank im Voraus