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.
Если Вы видите код '200 OK' при отладке Вашего сайта, это означает, что Ваш сайт работает...
Если Вы видите ошибку PHP Fatal error: Cannot redeclare function это значит, что есть проблема в...
Команда ping используется для проверки доступности сетевых ресурсов. Чаще всего она нужна, чтобы...
При подключении сайта к базе данных возникла ошибка, говорящая нам, что версия MySQL ниже...
Если Вы запускаете задание через PHP, например php -f /home/username/public_html/file.php и не...