[PHP-DEV] PHP 4.0 Bug #7545 Updated: impossible to send variable From: joey <email protected>
Date: 10/31/00

ID: 7545
Updated by: joey
Reported By: skhemais <email protected>
Status: Feedback
Bug Type: Variables related
Assigned To:
Comments:

(Ignacio Vazquez-Abrams <ignacio <email protected>> asked):
1) Is register_globals on?
2) Did you try using $HTTP_*_VARS?
===================================

Check you php.ini file, if register_globals is not turned on, do so. If this does not help, try HTTP_GET_VARS["var"].

If you are using php.ini-optimized, please read the comments in that file.

Previous Comments:
---------------------------------------------------------------------------

[2000-10-31 10:15:50] skhemais <email protected>
the script :
<html>
<?
$var++;
echo "<a href=test.php4?var=$var> lien</a>";
echo "<br>var=$var";
?>
</html>

the pb : the variable isn't passed and then incremented.
thx for all.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7545

-- 
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>