rexman
08-06-2012, 09:20 PM
i write code below
require('system.settings.php?oper=1');
and the server return me this message
Fatal error: require() [function.require]: Failed opening required 'system.settings.php?oper=1'
i check the path and it's right path
but when i write the code without the "?oper=1" its working fine
i check my php.ini "register_globals On"
so wtf...?
require('system.settings.php?oper=1');
and the server return me this message
Fatal error: require() [function.require]: Failed opening required 'system.settings.php?oper=1'
i check the path and it's right path
but when i write the code without the "?oper=1" its working fine
i check my php.ini "register_globals On"
so wtf...?