Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Calling the man Command

Tue Oct 28, 2008 12:52 am

Code:
<html>
<head>
<title>Calling the man command.</title>
</head>
<body>
<form>
   <input type="text" value="<?php print  $manpage?>" name="manpage">
</form>
<pre>
<?php
if ( isset($manpage) )
     
system(  "man $manpage | col -b" );
?>
</pre>
</table>
</body>
</html>




Post a reply
  Related Posts  to : Calling the man Command
 Calling an Overridden Method in php     -  
 Calling a Private Method in jsp     -  
 Calling Overloaded Methods     -  
 Calling Functions Dynamically     -  
 Calling an Overridden Function     -  
 Calling other programs from java     -  
 CME display calling number without leading 0     -  
 Calling a local variable from a static function     -  
 calling method to form- displaying textbox data in messagbox     -  
 BETWEEN SQL COMMAND     -  

Topic Tags

PHP Basics