What are the different types of Errors in PHP?
Answer Posted / abcd
WARNING - Run-time warnings (non-fatal errors). Execution of
the script is not halted.
NOTICE - Run-time notices. Indicate that the script
encountered something that could indicate an error, but
could also happen in the normal course of running a script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use csrf token?
Does php have future?
Which is better wamp or xampp?
What's the difference between accessing a class method via -> and via ::?
Explain me what is the w3c?
What is the difference server side and browser side validation?
Why framework is used in php?
What is the difference between overloading and overriding in php?
What are the advantages of indexes in php?
What types of MYSQL function available for affecting columns
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
How do I clear my browser session?
How can I prevent sql-injection in php?
What is the difference between characters 34 and x34?
How we can get the number of elements in an array?