What are the different types of Errors in PHP?
Answer Posted / dfsgfsd
e-compile error
e-warning error
e-parse error
e-fatal error
e-recoverable error
e-all
e-user error
e-user_compile_error
| Is This Answer Correct ? | 16 Yes | 19 No |
Post New Answer View All Answers
How to read and display a HTML source from the website url?
Can age be a variable?
Which function is used to strip whitespace?
Explain how can we execute a php script using command line?
Tell me what is use of in_array() function in php?
What is a class in php programing?
How is session id stored in browser?
Can we extend final class in php?
What are sql functions?
What is difference between strstr() and stristr()?
Can php variables have numbers?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
What is $row in php?
How to pass variables and data from php to javascript?
What are the __construct() and __destruct() methods in a php class?