What are the different types of errors in PHP?
Answers were Sorted based on User's Feedback
Answer / sreedevi
E_warining
E_error
E_notice
E_user_error
E_user_notice
E_user_warning
E_all
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / rubina
There are three types of Errors:
Notices:They are not critical errors.They are not displayed
t the users
Warnings:they are trivial.They are displayed to the user but
it does not stop the execution of script.
Fatal errors:They are critical errors and they stop the
execution of the script when they are encountered.
The above mentioned E_ALL,E_PARSER are error constants
| Is This Answer Correct ? | 3 Yes | 0 No |
Do you know when sessions ends?
Use of Session
What is php good for?
What is difference between post and put in rest?
What are php magic quotes?
What is baseurl?
What are the advantages of stored procedures?
What is php glob?
Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani
m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....
Write a php code which could be used to generate random numbers between 1 - 100 and display them on the screen.
Is it easy to learn php?