Advertisement
Guest User

joedu12

a guest
Apr 20th, 2014
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.87 KB | None | 0 0
  1. pi@ballonSonde ~/ADC/1x15 $ php /var/www/ADC.php
  2. <!doctype html>
  3. <html>
  4.     <head>
  5.         <meta charset="utf-8">
  6.         <title>ADC</title>
  7.     </head>
  8.     <body>
  9.     <p>test0.903000</br></br>
  10.         <a href="/">Retour</a>
  11.     </p>
  12.     </body>
  13. </html>
  14.  
  15.  
  16.  
  17. Source code of the Wepage that I got with the Webrowser :
  18. <!doctype html>
  19. <html>
  20.     <head>
  21.         <meta charset="utf-8">
  22.         <title>ADC</title>
  23.     </head>
  24.     <body>
  25.     <p></br></br>
  26.     <a href="/">Retour</a>
  27.     </p>
  28.     </body>
  29. </html>
  30.  
  31.  
  32. Original source code of the file :
  33. <!doctype html>
  34. <html>
  35.     <head>
  36.         <meta charset="utf-8">
  37.         <title>ADC</title>
  38.     </head>
  39.     <body>
  40.     <p><?php
  41.        echo "test";
  42.        $resultat = exec ("/home/pi/ADC/1x15/ADC.py");
  43.        echo $resultat;
  44.    ?></br></br>
  45.         <a href="/">Retour</a>
  46.     </p>
  47.     </body>
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement