saberx Posted August 19, 2009 Share Posted August 19, 2009 Just wondering why this works even though register_globals is off. Using PHP 5.3.0. <?php $PHP_SELF?> I would think it would not. Just curious why it does . Link to comment https://forums.phpfreaks.com/topic/171063-curious-why-this-worksshort/ Share on other sites More sharing options...
.josh Posted August 19, 2009 Share Posted August 19, 2009 it doesn't. Either your register_globals are on, or else you are assigning something to it somewhere before hand. Link to comment https://forums.phpfreaks.com/topic/171063-curious-why-this-worksshort/#findComment-902194 Share on other sites More sharing options...
PFMaBiSmAd Posted August 20, 2009 Share Posted August 20, 2009 <?php $variable_name?> does not mean anything anyway. What is your actual code and what symptoms make you think what you posted is working? Link to comment https://forums.phpfreaks.com/topic/171063-curious-why-this-worksshort/#findComment-902218 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.