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
Write down the code for saving an uploaded file in PHP.
What are the new features available in php 7?
How does session work in php?
What is stdclass in php?
Explain what is meant by pear in php?
Do you know what does mvc stand for and what does each component do?
Is rent a variable cost?
Write a program to get second highest number in an array using php?
How do you identify independent and dependent variables in research?
What is php's mysqli extension?
Which function would you use to insert a record into a database in php?
When are you supposed to use endif to end the conditional statement?
Why does sql injection happen?
Which framework is best for php?
Explain me what is the use of header() function in php?