What are the different types of Errors in PHP?
Answer Posted / nikunj
As per above answer, PHP gives one more error message that
is :
Parse Error: When we make mistake in PHP code like, missing
semicolon or any unexpected symbol in code
| Is This Answer Correct ? | 126 Yes | 17 No |
Post New Answer View All Answers
What is the scope of a variable defined outside a function?
Tell us how to set cookies in php?
What is a http session?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
How do I clear my browser session?
What is beforeRender() used?
What is the differences between $a != $B and $a !== $B?
What is the use of header() function in PHP? What the Limitation of HEADER()?
What is class extend in php?
Where are cookies stored php?
What are the characteristics of php?
What is csrf verification?
How to remove leading and trailing spaces from user input values?
Explain Creating and Naming an Array?
What do you use php for?