PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
recently I've compiled PHP 4.3.6 and somehow my scripts are not working anymore. well to find out why they've stopped to work drove me crazy
afterall it seems that it's not possible anymore to get data followed way :
my question, what the heck happened? is there sth in php.ini to setup? did I just forgot to configure --with sth when compiling? or is this dropped by php in 4.3.6?
The way you used to use request variables is deprecated nowadays, but still allowed. If you want old way to work, you need to set register_globals to on in your php.ini.
I still need to stick with register_globals on just because of compatibility, you helped me a lot , thank you very much feyd and Weirdan , that was exactly my problem