I am not the expert php programmer, but I do know that the makers of php have started setting register globals to OFF by default for a reason in the newer php versions.
Apparently it's somewhat of a security risk to leave it enabled.
I was wondering if this would lead to any sql injection attacks or leave my database and site vulnerable? Has there been extensive testing about security with indexu?
I'd hate int invest all this time to build a large directory, only to see it hacked.
Thanks for the assistance.


