Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html><html><body>
- <?php
- $txt1 = "Esempio CGI"; $txt2 = "TEPSIT";
- $x = 15; $z = 3;
- echo "<h2>"; echo $txt1; echo "</h2>"
- echo "Uno script CGI da debuggare per " . $txt2 . "<br>";
- echo $x / $y;?>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement