On Mon, 31 Dec 2001 00:37:09 +0100
"Mickey" <news002@susie.dk> wrote:
> Hvordan får jeg lavet linieskift i output fra en system(); kommando ?
> - evt. hvordan puttes outputtet ind i en variabel, $var = system(kommando);
> virker ikke...
<Manualen! url="
http://dk.php.net/system">
system() function doesn't return a string value, if you want to assign the
output of a system command, try using:
$a = `/bin/ls -a`;
note the ` is a backtick, not a single quote
</Manualen!>
--
mvh Andreas
"Jeg er også gået over til Prin^H^H^H^HLinux"