php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21488 variable
Submitted: 2003-01-07 07:08 UTC Modified: 2003-01-07 10:03 UTC
From: marcos at ofigal dot com Assigned:
Status: Not a bug Package: Variables related
PHP Version: 4.2.3 OS: Windows 2000 proff and server
Private report: No CVE-ID: None
 [2003-01-07 07:08 UTC] marcos at ofigal dot com
Tengo este formulario:

<form name="form1" method="POST" action="comprobacion.php">
 <input name="poblacion2" type="text" id="poblacion2" 
 <input name="AccesoriosVehiculo" type="text" >
</form>

Mi problema es que no puedo acceder a las variables creadas en el formulario, ni con los metodos $http_get_vars y $htp_post_vars, revise el php.ini y cambie el register_globals a on pero es lo mismo, no si tengo mal configurado en php.ini.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-07 07:12 UTC] derick@php.net
Please report bugs in English only.
 [2003-01-07 07:13 UTC] nicos@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.


 [2003-01-07 10:03 UTC] pollita@php.net
Para debug, ponga estes lineas en 'comprobacion.php':

<?php
  phpinfo();
?>


Mira en la baja de este pagina por las variables, y usa los nombres alla.

Este forum es para problema con la funcion del "PHP Engine", pero su problema es con implementado.

Por favor, en el futuro, reporta este typo de 'bug' en la lista de correo: 'php.gerneral' en http://lists.php.net 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 21:01:32 2024 UTC