Hello, This is a reply to an e-mail that you wrote on Tue, 15 Jul 2003 at 23:17, lines prefixed by '>' were originally written by you. > "if I print out the exec line with the > dynamically generated paths, etc, then execute that through the > terminal, no > problem. " > >From the first email meaning that I did just like you suggested > already and > it works in the terminal and contains exactly what I expect it to. > But thanks :)
Sorry, I jumped over that in your original mail! I amy as well try and be of help again then... Does the user on the system that your webserver runs as have permission to execute the program you are trying to execute? Do you expect the program to have any output, if so is it appearing in your $results array? is anything being put in the $results array? Also, you could try using the third optional paramater for the exec function to retrieve the return status of the command you are executing. David. -- phpmachine :: The quick and easy to use service providing you with professionally developed PHP scripts :: http://www.phpmachine.com/ Professional Web Development by David Nicholson http://www.djnicholson.com/ QuizSender.com - How well do your friends actually know you? http://www.quizsender.com/ (developed entirely in PHP) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php