Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <?php
  6. echo "El producto elegido es: ". $_GET['producto'] ."</br> </br> Características principales: ".$_GET['características']."</br> </br> Su precio es: ".$_GET['precio']."</br> </br>";
  7. ?>
  8. <img src="<?php $_GET['imagen'].jpg"?>>
  9. </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement