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
What are the uses of php language?
What is PHP's configuration file called?
How to make horizonatl menu and vertical menu responsive
Is json a string php?
What are the main error types in php and how do they differ?
Can we override static method?
What is php and its features?
What is php and its advantages?
What are the advantages of stored procedures in php?
What is the difference between static and dynamic websites?
What is the current php version?
How to return ascii value of character in php?
Is php an object or array?
How error handling is being handled by php?
Do you know how to get the ip address of the client?