Hallo,
ist es möglich, die Ausgabe eines Script nicht an den Browser zu senden, sondern in eine Variable, d.h.
test.php
<?
echo "hallo";
?>
script.php
$a = test.php // gibt es da irgendeine Funktion, so dass $a nun "hallo" wäre?
gruss
max
Hallo,
ist es möglich, die Ausgabe eines Script nicht an den Browser zu senden, sondern in eine Variable, d.h.
test.php
<?
echo "hallo";
?>
script.php
$a = test.php // gibt es da irgendeine Funktion, so dass $a nun "hallo" wäre?
gruss
max