Skip navigation.
Home

Add new comment

It's also worth noting that n

It's also worth noting that not using superglobals causes all sorts of possible problems.  It's preferred to use superglobals all the time, instead of cluttering the global scope and introducing the possibility of security issues, especially when dealing with such an inexperienced coder (register_globals and friends are not inherently insecure, but do introduce a possibility of accidentally introducing a vulnerability easier).

Reply




*

  • Web and e-mail addresses are automatically converted into links.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre> <p> <br /> <br>