Answer Posted / ranjith
four type of error in php. 1.fatal 2.notice 3.warning
4.parse, for fatal and warning errors excutions will be stop.
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
What is php dependency injection?
For image work which library is used in php?
What is the differences between $a != $B and $a !== $B?
Why shouldn't I use mysql_* functions in php?
Why framework is used in php?
How should a model be structured in mvc?
What is php oop?
How many ways to include variables in double-quoted strings in php?
What is meant by MIME?
How is it possible to set an infinite execution time for php script?
How to get a total number of rows available in the table?
How can you propagate a session id?
How to check a variable is an array or not in php?
What is the difference between query and question?
Inside a php function, what param needs to be set in order to access a global variable?