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.
Данная проблема не связана с хостингом, скорее проблема в самом сайте. Пожалуйста, выполните...
Чтобы создать cron задачу, следуйте этим шагам: 1. Вам нужно создать cron задачу в...
Чтобы отключить вывод ошибок в Вашем скрипте, используйте: error_reporting(0); Запомните, что...
Чтобы отключить короткие открывающие теги, Вам нужно добавить в файл .htaccess код: php_value...
Если Вы запускаете задание через PHP, например php -f /home/username/public_html/file.php и не...