Development Php



Calling the man command.



   " name="manpage">


if ( isset($manpage) )
     system(  "man $manpage | col -b" );
?>