Advertisement
Gustavo_Inzunza

el php que recibe del php

Jun 17th, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.50 KB | None | 0 0
  1. <?php
  2.     $Funciones=$_POST['Funciones'];
  3.     $Entidades=$_POST['Entidades'];
  4.     echo "aca se imprimen funciones:$Funciones entidad:$Entidades ";
  5. ?>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  10. <title>Documento sin t&iacute;tulo</title>
  11. </head>
  12.  
  13. <body>
  14.  
  15. <a href="index.html">volver</a>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement