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 does the initials of php stand for?
How can I embed a java program in php file and what changes have to be done in php.ini file?
How to create an empty array in php?
Is laravel easy to learn?
How can i execute PHP File using Command Line?
Is a number php?
What are headers in php?
Could we start a variable with number like $4name?
How to concatenate two strings in php?
How to parse configuration file in php?
Is age interval or ordinal data?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What's the best method for sanitizing user input with php?
Why do we use cookie?
Which is better mysql or sql?