Answer Posted / rubina
There are three types of Errors:
Notices:They are not critical errors.They are not displayed
t the users
Warnings:they are trivial.They are displayed to the user but
it does not stop the execution of script.
Fatal errors:They are critical errors and they stop the
execution of the script when they are encountered.
The above mentioned E_ALL,E_PARSER are error constants
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to call php function from javascript using ajax?
How to insert a line break in php string?
How can we submit from without a submit button?
Describe the security vulnerability of PHP?
Which framework is best for php development?
What is a base url?
What is session data?
Is age interval or ordinal?
For image work which library is used in php?
How can you increase the maximum execution time of a script in php?
What is the use of callback in php?
Which function(s) in PHP computes the difference of arrays?
Explain the importance of the function htmlentities.
How to check an key is exists in array?
How to connect to mysql from a php script?