coop Posted December 6, 2006 Share Posted December 6, 2006 Hi all,I don't know if this is a daft question cos I've just started using php. I'm using Mac os 10.3 and have PHP Version 4.3.11 installed to use with the apache server. Is it possible to alter the setting namely register_globals, at the moment they are off and I want them on.c. Link to comment https://forums.phpfreaks.com/topic/29698-turn-register_globals-back-on/ Share on other sites More sharing options...
kenrbnsn Posted December 6, 2006 Share Posted December 6, 2006 You don't want them on. Since you're just starting out, you should learn how to write PHP scripts that don't have the security problems that were introduced when register_globals was on by default.Ken Link to comment https://forums.phpfreaks.com/topic/29698-turn-register_globals-back-on/#findComment-136301 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.