What are the different types of Errors in PHP?
Answer Posted / abcd
WARNING - Run-time warnings (non-fatal errors). Execution of
the script is not halted.
NOTICE - Run-time notices. Indicate that the script
encountered something that could indicate an error, but
could also happen in the normal course of running a script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me what is the use of mysql_real_escape_string() function?
How do I run a php program in dreamweaver?
How can we display the output directly to the browser?
Explain what are the three classes of errors that can occur in php?
How can MYSQL functions be available with PHP?
How to access a global variable inside a function?
Does php support multiple inheritance?
Do I need apache for php?
How to know user has read the email-php?
What is an abstract class in php?
What types of loops exist in php?
The left association operator % is used in PHP for?
what are the differences between php and perl
What is php session start?
How we can retrieve the data in the result set of mysql using php?