Quote Originally Posted by assassin View Post
Here are some errors that occour in PHP,

  • E_ERROR: A fatal error that causes script termination.
  • E_WARNING: Run-time warning that does not cause script termination.
  • E_PARSE: Compile time parse error.
  • E_NOTICE: Run time notice caused due to error in code.
Thanks for sharing these error types Assassin. Can you give a brief explanation of E_PARSE and E_NOTICE?