Ok, I'm running shell_exec/backtick on a program... all is fine... once'n awhile I send it an invalid path because well, it kicks back a harmless error I just parse away, and that's alot nicer than making sure I send well formatted path.
Now, for some reason that error message is showing up on my page.
If I cut and paste the relevant code to another php page and run it, all is fine, the error is parsed away and never shows up.
Does anyone know of anything which would cause this to happen?
To add to the confusion, it only happens on the error, when the program executes properly it processes the output correctly.
-Rob
Now, for some reason that error message is showing up on my page.
If I cut and paste the relevant code to another php page and run it, all is fine, the error is parsed away and never shows up.
Does anyone know of anything which would cause this to happen?
To add to the confusion, it only happens on the error, when the program executes properly it processes the output correctly.
-Rob