Recent content by bala

  1. B

    What are the different types of errors 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 E_CORE_ERROR: Fatal errors that occur during PHP's initial startup...
Top Bottom