Author: Atif Shahab

  • Error Handling in PHP

    Error Handling in PHP

      Error handling is a very important part of creating web applications. If your code is not efficient, then you may receive error messages. Also, it will put your application in a risky position. Let us examine some methods of dealing with errors in PHP. Default Error Handling in PHP By default, error handling in…

    Click or not: Error Handling in PHP