Page 1 of 1

Turn your register global on with just one single line!

Posted: Sat Aug 26, 2006 7:50 am
by josephnm
add this:

php_flag register_globals 1

to your .htaccess

that's all :D

if you don't have .htaccess, just use notepad and save one with above "script" and upload it to your root directory.

Hope this help!