Advertisement
Guest User

calc.php

a guest
Sep 21st, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.20 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title> Carga los Datos Enviados por Calc.htm</title>
  4.     </head>
  5.     <body>
  6.          <? $y = $_POST['a']; $z = $_POST['b']; $c = $y + $z; echo "la suma de $y + $z es ".$c; ?>
  7.     </body>
  8. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement