Recent content by Ben Harris

  1. B

    Advanced PHP/Apache Security Configuration?

    Hi Everyone, I'm currently in the process of tightening up the security on a few shared hosting servers and was wondering a few things. 1) Obviously register_globals is a major security risk, so naturally, it is disabled by default in my php configurations, however, it is possible to re-enable...
  2. B

    What is this called in PHP?

    When using PHP, you sometimes see/use the following notation echo <<<HTML <Anything Here> HTML; Can anyone tell me what it's called? Google and the PHP site seem to disregard a search for <<< and I cannot remember for the life of me what it is called. Thanks.
Back
Top