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

Adding @ To PHP Functions

Life as a php programmer will raise all sorts of eyebrows as you sift through other people’s code. The ‘@” simple can be one of those small quirks. For  example, you may find a function like @mysqli_query() when you expect mysqli_query. The @ sign can be used in front of a functions (and expressions) to suppress errors. The errors will be ignored.