Explain different types of errors in PHP (i.e. arguments in
errorreporting function)?
Answer Posted / ansar
Its three types
1. Fatal error : this will stop the script.
2. Warning
3. Notice
Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
Write a program to swap two numbers using php.
Is php 5 still supported?
What is the function to count elements in an array in PHP?
How to access a Static Member of a Class in PHP?
How check submit button is clicked in php?
What are the features and advantages of object-oriented programming in php?
What are global variables in php?
What is good average session duration?
How do I debug php?
Which is better get or post method?
What is the meaning of "enctype= multipart/form-data" ?
Explain about the $_GET variable of PHP?
How do I repair phpmyadmin?
What is a model in php?
Where is session value stored php?