What are the different types of errors in PHP?

Asked by Last Modified  

1 Answer

Learn PHP

Follow 1
Answer

Please enter your answer

I am online Quran teacher 7 years

In PHP, errors can be categorized into three main types: Notices: These are non-critical errors that occur during script execution. They typically provide information about an issue in the code, but the script continues to run. It's recommended to fix notices, as they might indicate potential problems. Warnings:...
read more
In PHP, errors can be categorized into three main types: Notices: These are non-critical errors that occur during script execution. They typically provide information about an issue in the code, but the script continues to run. It's recommended to fix notices, as they might indicate potential problems. Warnings: Warnings are more serious than notices and signify potential issues that could affect the script's behavior. Despite warnings, the script usually continues to execute. Addressing warnings is advisable to ensure the proper functioning of the code. Fatal Errors: These are severe errors that halt the script execution. When a fatal error occurs, the script stops running, and an error message is displayed. Fatal errors often indicate critical issues that need immediate attention, such as calling an undefined function or using an incompatible include/require statement. Handling errors in PHP can be done using functions like error_reporting(), set_error_handler(), and set_exception_handler() to customize error handling behavior according to your needs. read less
Comments

Related Questions

Looking for Yii Framework experts who are willing to train.
A constructor is a special method of a class in object-oriented programming that initializes an object of that type. A constructor will have same name as the class, and can be used to set the values...
Pritam
PHP (LAMP) for entrepreneurs, is there any full time, fast track classes on PHP(LAMP) for entrepreneurs, who want are want to do some tech part in their startups
Yes, You have option. You can Join. Xpert Infotech, New Delhi. Before going through Silverlight live project training candidate should have knowledge of given concepts listed below: Knowledge of HTML...
Saee
0 0
6
which institution is best for learning pHp class's? and are the requirements I learn pHp in that institution?
Hello Prem, Thank you for the question. You can come down to our institute DishaaPro which is a training division of IDS Logic Pvt Ltd, software company at UK & Noida. You get to learn in a practical...
Prem
What are the ideas for final year projects based on PHP?
Social Networking System, College Management System, Inventory Management System, eCommerce portal etc.
Nishit
0 0
5
Please Tell Me About PHP ?
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It allows...
Indal

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

PHP
It is the base for many of the ecommerce websites. Many of the CMS develpoped in PHP platform.If programming cant done inititally try to think for logics and develop writing algorithms. Any doubts divyaravindiran@gmail.com.

Hi,
To learn online is really convenient for both the sides but still trust is risk factor until and unless you don't know the teaching style of your tutor.so I will give you small free session to decide my...

What is M.S.Project ?
MICROSOFT PROJECT contains project work and project groups, schedules and finances.Microsoft Project permits its users to line realistic goals for project groups and customers by making schedules, distributing...

Read Your Gmail Emails Using PHP and IMAP
Hello Friends ,Recently I have worked on drip email campaign project for that I need to read emails using PHP From the gmail inbox. Here is the simple example for Read emails from the gmail: To start...

How to connect mysql database in PHP ?
<?php//db credential $servername = "localhost"; $username = "dbusername"; $password = "dbpass"; $databasename="dbname"; // Create connection$conn = mysqli_connect($servername, $username, $password,$databasename); //...

Recommended Articles

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Looking for PHP Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you