> I'm getting a value of 0 returned, but from a command line the executable > works fine and does what it is suposed to do is there any other way i can do > this or ami i doing it work ??
Well, as far as I know, command-line returnes 0 on success and other on
failure.
So if your exec ( $command, $ValueIn, $ValueOut) returns 0 in $ValueOut
it should be done correctly...
Best regards
Madsen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

