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
Explain NULL?
Who is known as the father of php?
What are computer variables?
What are the environmental variables?
What is the use of mysql_real_escape_string in php?
What are php keywords?
Is wordpress a php framework?
Explain the three different kinds of Arrays?
how to use http headers inside php? Write the statement through which it can be added?
Tell me how can I display text with a php script?
What is varchar mysql?
What are the encryption techniques in php?
Explain Type hinting in PHP?
How can you create a session in php?
What is alias in php?