DISQUS

DISQUS Hello! Technosailor is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

Lessons in Web Security: PHP and register_globals

Started by Aaron Brazell · 11 months ago

No excerpt available. Jump to website »

3 comments

  • Love the redesign!
  • Thanks. :)
  • You can also set the register globals flag in Apache via .htaccess:

    php_flag register_globals off

    Though it's better to do this at the php.ini level and not in a PHP script or .htaccess. Sadly though, some hosts just won't turn RG off because some of their customers' systems rely on it.

Add New Comment

Comments are closed for this post.
Returning? Login