PHP Certification > Security > Flashcards
How can you control and restrict what directories are allowed to be used by PHP?
By using open_basedir.
How can you use PHP to send an “Authentication Required” message to the client browser?
With the header() function.