Advertisement
Gustavo_Inzunza

envio con post

Jun 17th, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. <?php
  2.     if($Funciones==1 and $Entidades=="Colaborador")
  3.     {
  4.     ?>
  5.   <form id="form1" name="fo" method="post" action="nueva.php">Ingresar id Colaborador:
  6.   <input type="text"  name="primeraopcion" value="<?php echo"$Funciones"?>"/>
  7.   <input type="text"  name="segundaopcion" value= "<?php echo"$Entidades"?>"/>
  8.   <input type="text" name="textfield" />
  9.   <input type="submit" name="Submit" value="Enviar" />
  10.   </form>
  11.   <?php
  12.   }
  13.   ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement