PHP
Q: Which PHP version is installed on your server?
A: You can view the PHP version and other info on PHP configuration in the Servers section of the web hosting control panel.
Q: How can I enable php error output?
A: Create a .htaccess file with :
php_value display_errors 1
php_value error_reporting 2047
in the root directory of your site.
FAQ.
|