• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

PHP system calls

spong1978

Junior Member
I'm using PHP to make a system call to the "man" program (a manual program) and then display it on the webpage.
This is how I'm using it:

echo system("man -M /usr/share/man:/usr/local/man $f_man",

where $f_man is a variable from a form I pass it. system calls to ph and finger work just fine, but "man" and "finger" (another system call I make) do not. Does anyone have any answers to make the fix?
😀
 
Back
Top