Thread Es ist zum Verzweifeln - Perl und PHP (18 answers)
Opened by Gast at 2008-07-23 18:40

Gast Gast
 2008-07-24 00:17
#112548 #112548
Linuxer+2008-07-23 19:24:37--
Folgendes funktioniert bei mir:

Code: (dl )
1
2
3
4
5
<?
exec( "echo 'Hello World'", &$output, &$return );
echo "external command returned: $output[0]<br>";
echo "external exited with $return<br>";
?>

Versuch das mal mit einem (Perl) CGI-Script ...

View full thread Es ist zum Verzweifeln - Perl und PHP