codehaven - php snippets - coding help
Generic filters
Exact matches only
  • How to catch errors and warnings in PHP

    8th December 2020

    Php - Miscellaneous

    php codehaven

    Catching errors and Warnings

    Below is a standard for catching errors. This would not work for warnings. That code is at the bottom.

    How to catch warnings

    Was this code snippet helpful?