From:             [EMAIL PROTECTED]
Operating system: Windows 2000 proff and server
PHP version:      4.2.3
PHP Bug Type:     Variables related
Bug description:  variable

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.
-- 
Edit bug report at http://bugs.php.net/?id=21488&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21488&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21488&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21488&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21488&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21488&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21488&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21488&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21488&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21488&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21488&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21488&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21488&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21488&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21488&r=gnused

Reply via email to