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.
Если Вы видите ошибку PHP Fatal error: Cannot redeclare function это значит, что есть проблема в...
Чтобы отключить вывод ошибок в Вашем скрипте, используйте: error_reporting(0); Запомните, что...
К сожалению, мы не занимаемся услугами по созданию сайтов. Если Вы самостоятельно не можете...
Иногда Ваш сайт может стать недоступным и он может не отобразится для Вас. Ниже перечислены...
Если эта ошибка возникает, значит HTTP-запросы от клиентов до Вашего сайта идут через какой-то...