Explain different types of errors in PHP (i.e. arguments in
errorreporting function)?
Answer Posted / sreedevi
errors are classified into 3 types
1.fatal errors
2.parser errors
3.startup errors
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What is if isset ($_ post submit )) in php?
What is the difference between htmlentities() and htmlspecialchars()?
Tell me what should we do to be able to export data into an excel file?
Explain array_uintersect()?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
Tell me what is the main difference between require() and require_once()?
what is CURL?
What is difference between post and put in rest?
What is $_ request in php?
Is null or empty c#?
Which operator is used to combine string values in php?
Which is useful for method overloading?
How do I check if a given variable is empty?
How can I prevent sql-injection in php?
What is php's mysqli extension?