What can prevent PHP from being able to open a file on the hard drive (Choose 3)?
File system permissions
File is outside of open_basedir
File is owned by another user and safe_mode is enabled.
File is inside the /tmp directory.
PHP is running as the web server user.
Submit