
What are the different types of errors in php?

There are mainly three types of error in php: These are -- > (1) Notice error (2) Warning error (3) Fetal error Notice error happened when a variable not decleared but it is used.
Warning error occurred when a package not defined and some functionality has been used in the program.
ANd Fetal error are those errors when an object call a class and the class not present there....
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.