DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Cfphp Zce 01 Basics

1. CFPHP ZCE Training Session One: PHP Basics 1 2. In Today’s Episode • • PHP Files Summary• • Data TypesUseful Resources• Variables & Constants• Operators•…

Technology Introduction to php exception and error management

1. Error Management in PHP 2. Types of errors Compile-time errors Errors detected by the parser while it is compiling a script. Cannot be trapped from within the script itself.…