Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/09/2014, 11:16
Avatar de carlos_belisario
carlos_belisario
Colaborador
 
Fecha de Ingreso: abril-2010
Ubicación: Venezuela Maracay Aragua
Mensajes: 3.156
Antigüedad: 14 años
Puntos: 461
Respuesta: PHP 5.4 coguer <input>

con $_POST debería de funcionar, http_post_var esta obsoleto hace mucho, has algo como esto
Código PHP:
Ver original
  1. echo "<pre>";
  2. print_r($_POST);
  3. echo "</pre>";
y cuentanos que te da
__________________
aprende d tus errores e incrementa tu conocimientos
it's not a bug, it's an undocumented feature By @David
php the right way