You need to add this line to your htaccess file in the directory where you want to disable magic quotes:
php_flag magic_quotes_gpc off
The .htaccess file is located in your public_html folder on your FTP server.
You need to add this line to your htaccess file in the directory where you want to disable magic quotes:
php_flag magic_quotes_gpc off
The .htaccess file is located in your public_html folder on your FTP server.
Если ошибка доступа отображается, когда Вы пытаетесь импортировать бэкап базы данных MySQL через...
Если Вы запускаете задание через PHP, например php -f /home/username/public_html/file.php и не...
Скорее всего, Ваш браузер хранит старые копии в кэше для быстрой загрузки Вашего сайта. Вам нужно...
Если Вы видите ошибку PHP Fatal error: Cannot redeclare function это значит, что есть проблема в...
Если на Вашем сайте отображаются непонятные символы, это связанно с неправильной кодировкой базы...