Quote:
Originally Posted by HomerSimpson
make php.ini file and put in a folder and put this single line in it
Code:
register_globals = on
PS: scripts that request register_globals in order to run might not be safe (in terms of hacker safe), so take care.
PPS: are you maybee installing Joomla?
|
That's what I thought too setting register_globals to on would be unsafe. But is register_globals the same thing as global_vars? That's what I'm so confuse about.