Linuxer+2008-07-23 19:24:37--Folgendes funktioniert bei mir: Code: (dl ) 12345 <? exec( "echo 'Hello World'", &$output, &$return ); echo "external command returned: $output[0]<br>"; echo "external exited with $return<br>";?>
12345
<? exec( "echo 'Hello World'", &$output, &$return ); echo "external command returned: $output[0]<br>"; echo "external exited with $return<br>";?>