Top "Php-safe-mode" questions

Setting safe mode to OFF in .htaccess file does not work

I'm on a server with safe mode on. Now the server allows .htaccess files. I have one in my public_…

php .htaccess safe-mode php-safe-mode
Can't write to /tmp with php, despite 777 permissions and no open_basedir value

I'm trying to write a file to my /tmp directory (on an apache server) with the php fopen function, but …

php fopen tmp php-safe-mode