What type of errors can be occurred in php?
Answer / Somesh Gupta
PHP can produce three types of errors: Notices, Warnings, and Fatal Errors. Notices are non-critical issues that may occur during runtime but do not cause the script to stop executing. Warnings are more serious than notices, and they can be caused by using deprecated functions or syntax. Fatal Errors indicate critical problems that prevent the script from continuing to run.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we define a variable accessible in functions of a php script?
What do you mean by having php as whitespace insensitive?
what is the importence of session.save_path in Php.ini file and wht changes u've to made before using sesssions in ur php program first time?
how to get server date and time?
Are there regular expressions in php?
How can we submit a form without using submit buttons?
Explain soundex() and metaphone().
Explain Constant in Class?
Where are the persistent cookies stored on your computer?
Which are the best start and end tags to use?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
How to open a file for writing?