Turn your register global on with just one single line!

Post your scripts here.

<b>Note:</b>The scripts must be your own, and please read the "Important: Read before you post" thread inside this category before participating here.
Locked
josephnm
Posts: 122
Joined: Sat Aug 26, 2006 7:11 am

Turn your register global on with just one single line!

Post 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!


Locked