Date: 05/24/01
- Next message: sbergmann <email protected>: "[PHP-DEV] Bug #11092 Updated: (Yet Another) References Weirdness"
- Previous message: mail <email protected>: "[PHP-DEV] Bug #11093: Apache crashes when output buffering is used and fatal errors occure"
- Next in thread: bub <email protected>: "[PHP-DEV] Bug #11059 Updated: PHP does not register GET variables $HTTP_GET_VARS is empty. POST works OK."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 11059
User Update by: bub <email protected>
Old-Status: Feedback
Status: Open
Bug Type: Variables related
Operating system: RedHat 5.1
PHP Version: 4.0.5
Description: PHP does not register GET variables $HTTP_GET_VARS is empty. POST works OK.
It doesn't work either and $PHP_SELF is empty as well. I did not know that, because I didn't use it my scripts.
Previous Comments:
---------------------------------------------------------------------------
[2001-05-24 12:48:57] cardinal <email protected>
The system speed wouldn't impact behavior, no.
Your script refers to $data['n_id'] though, not $data['id']. Let's remove any confusion and work with a very basic script:
<a href="<? echo $PHP_SELF ?>"?getvariable=working>Click here</a>
Getvariable is: <? echo $HTTP_GET_VARS['getvariable'] ?>
Try that one out.
---------------------------------------------------------------------------
[2001-05-24 03:22:17] bub <email protected>
valiables_order is set to EGPCS. I tried EPCSG but it did not work either.
$data["id"] was non empty.
The computer in question is i486 with 12 MB RAM. Could that be a problem?
---------------------------------------------------------------------------
[2001-05-23 17:54:47] cardinal <email protected>
Was $data['n_id'] non-empty in board.php?
Your script works fine for me when I add $data['n_id'] = 1;
---------------------------------------------------------------------------
[2001-05-23 16:48:03] sniper <email protected>
What is the setting for this directive in your php.ini:
variables_order
--Jani
---------------------------------------------------------------------------
[2001-05-23 13:39:30] bub <email protected>
Everything else seems to be OK except the GET method
Thanks in advance for follow up the problem.
---------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online.
Full Bug description available at: http://bugs.php.net/?id=11059
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: sbergmann <email protected>: "[PHP-DEV] Bug #11092 Updated: (Yet Another) References Weirdness"
- Previous message: mail <email protected>: "[PHP-DEV] Bug #11093: Apache crashes when output buffering is used and fatal errors occure"
- Next in thread: bub <email protected>: "[PHP-DEV] Bug #11059 Updated: PHP does not register GET variables $HTTP_GET_VARS is empty. POST works OK."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

