Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title></title>
- </head>
- <body>
- <?php
- $fecha=date("d/m/y");
- echo "El Texto Ingresado Fue: " . $_POST['texto']. "<br/>" ;
- echo "La Fecha Del Texto Es: " . $fecha;
- ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment