php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arifs
    New Member
    • Sep 2006
    • 1

    php

    please send me the few line of code how to display "mii-tool" command of linux in php


    thank you for helping me
  • skim
    New Member
    • Sep 2006
    • 9

    #2
    exec("/whatever path for mii-tool/mii-tool [-v, --verbose] [-V, --version] [-R, --reset] [-r, --restart] [-w, --watch] [-l, --log] [-A, --advertise=media ,...] [-F, --force=media] [interface ...] ", $return_value);
    print $retrun_value);

    I hope this is what you want.

    Comment

    Working...