clive wrote: > Jochem Maas wrote: >> I have been trying to figure out how to use exec to run some commandline >> scripts (some perl scripts & mysql in this case) WITH the output of >> the commands >> run via exec being shown on the screen. > > have you tried shell_exec ? no - but that's because it doesn't do what I want/need - I want to gather all the output and the exit code of the called script. nonetheless thanks for your input :-) (I fixed the problem with the help of 2 other list members btw) > > clive > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php