Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <title>Third Example Answer</title>
- <?php
- //Use For Hide Error Message
- //error_reporting(0);
- $x = $_POST['v1'];
- $y = $_POST['v2'];
- echo "Addition : ";
- echo $x+$y;
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement