Site Cloner PHP Script
Bargain Hunter PHP Script
Job Hunter PHP Script
Site Login and Access Control PHP Script

Hide PHP Error Reporting

PHP error reporting is fine for determining hopw to fix and polish scripts. However, there could be times when you want to hide errors from appearing on a web page.

To hide php errors,
1) Place the following code block in a header or top of php file.
error_reporting(0);