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, например php -f /home/username/public_html/file.php и не...
Когда страница перенаправляет Вас на бесконечную переадресацию, Firefox будет отображать ошибку:...
Команда ping используется для проверки доступности сетевых ресурсов. Чаще всего она нужна, чтобы...
Чтобы отключить короткие открывающие теги, Вам нужно добавить в файл .htaccess код: php_value...
Ошибка 1064 возникает при несоответствии версии MySQL. Самым простым решением является включение...