To see the phpinfo of your php version you need to create a file and upload it to your web folder
the file should contain
<?
phpinfo();
?>
Then run it into your browser.
To see the phpinfo of your php version you need to create a file and upload it to your web folder
the file should contain
<?
phpinfo();
?>
Then run it into your browser.
You can turn off or disable php warnings adding those lines to .htaccess file. php_value...
By default Plesk installation, the PHP version is 5.1.x, if you want to upgrade it to 5.2 or even...
1. Download Zend in the server you want to install. Linux 32b -...
Example #1 error_reporting() examples   // Turn off all error reporting...