register_globals

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sekhar111
    New Member
    • Mar 2008
    • 3

    register_globals

    Hai all,

    please tell me when i have to made register_global s on

    and please tell me what is the need of error_reporting (0);
    how can i use error_reporting for not to display errors
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    #2
    You better not be a spammer but a noob who has not discovered google.

    Originally posted by sekhar111

    please tell me when i have to made register_global s on
    as a beginner, don'tuse register_global s. It basically bypass's the use of POST and GET so you can access the variables directly. I've never used it, you should not either.

    Originally posted by sekhar111

    and please tell me what is the need of error_reporting (0);
    how can i use error_reporting for not to display errors
    read this:


    then ask questions.

    Comment

    Working...