Advertisement
piffy

CGI Debug

Aug 12th, 2015
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <!DOCTYPE html><html><body>
  2. <?php
  3.  $txt1 = "Esempio CGI"; $txt2 = "TEPSIT";
  4. $x = 15; $z = 3;
  5.  echo "<h2>"; echo $txt1; echo "</h2>"
  6. echo "Uno script CGI da debuggare per  " . $txt2 . "<br>";
  7. echo $x / $y;?>
  8. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement