PHP & MySQL

Chapter 10: Error Handling

PageTitleFilename
353Find Error Logfind-error-log.php
353Sample Error Messagedevelopment/sample-error.php
356Mismatched Quotesdevelopment/parse-error-1.php
357Missing Semi-colondevelopment/parse-error-2.php
357Mismatched Bracketsdevelopment/parse-error-3.php
357Missing $development/parse-error-4.php
358Incorrect Typedevelopment/fatal-error-1.php
359Undefined Functiondevelopment/fatal-error-2.php
359Missing Argumentsdevelopment/fatal-error-3.php
359Missing Class Definitiondevelopment/fatal-error-4.php
360Non-numeric Valuedevelopment/warning-1.php
361Loop with Wrong Data Typedevelopment/warning-2.php
361Missing Include Filedevelopment/warning-3.php
361Array to String Conversiondevelopment/warning-4.php
363Tracking Down Errorsdevelopment/tracking-down-errors.php
367Error Handling Functionlive/error-handling-function.php
372Error Exceptions and try... catchlive/try-catch.php
375Throwing Exceptions and try... catchlive/throwing-exceptions.php
377Consistent Error + Exception handlinglive/example.php
379Missing Page (file does not exist in download)live/no-such-page.php
379Server Error Pagelive/error.php