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
Is session a cookie?
Tell me what is pear?
Why use php artisan serve?
Does https prevent csrf?
How to compare two strings with comparison operators in php?
Explain me what is the difference between explode() and split() functions?
What is the major php security hole? How to avoid?
How to generate a form?
how can i develop forum code? any one pleale help me on this question
Which php framework is in demand?
How can I prevent sql-injection in php?
What is php data type?
What is filter_var?
What are the different filter functions used to filter a variable?
What is var_dump function in php?