Turn your register global on with just one single line!
Posted: Sat Aug 26, 2006 7:50 am
add this:
php_flag register_globals 1
to your .htaccess
that's all
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!
php_flag register_globals 1
to your .htaccess
that's all

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!