Wie Ausgabe von Shellprogramm in PHP?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Wie Ausgabe von Shellprogramm in PHP?

    -
    Last edited by zenok3; 04-12-2004, 17:57.

  • #2
    Meinst du sowas:

    http://www.php.net/manual/de/function.exec.php

    Comment


    • #3
      -

      -
      Last edited by zenok3; 04-12-2004, 17:57.

      Comment


      • #4
        -

        -
        Last edited by zenok3; 04-12-2004, 17:57.

        Comment


        • #5
          PHP Code:
          <?

          $temp=shell_exec("hddtemp /dev/hda"); 
          echo "Temperatur von Festplatte:  $temp";

          ?>
          so ?? ungetestet ...

          cu,
          HANSI

          Comment


          • #6
            -

            -
            Last edited by zenok3; 04-12-2004, 17:57.

            Comment

            Working...
            X