Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the different types of Errors in PHP?

Answer Posted / guru

Parse error:

The parse errors php is the syntax error. It stops the execution of the script in php. The common reasons for occur parse in php as follows:
1.unclosed quotes
2.missing semicolon
3.unclosed braces
4.missing parentheses
5.add extra parentheses
Fatal error in php:

The fatal error will occur when you call the undefined function in php. It stop the execution of the php script.
Waring in php:

The warning is occurred when you include the file but the file is not found in php. It does not stop the execution of the php script.
Noticed Error:
The noticed error is occurred when you use undefined variable. It does not stop execution of the php script

For more details visit: http://www.phponwebsites.com/2014/06/php-types-of-errors.html

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which MySQL function would you use to select a database?

1024


In php how can you jump in to and out of "php mode"?

928


What are the rules for naming a php variable?

1005


How to get ip address of clients machine?

921


What is 'float' property in css?

952


What is array function in javascript?

966


What is the difference between pop3 IMAP and MAPI?

1015


How we get browser details of clients machine?

985


What is the difference between associative array and indexed array?

1005


What are the features of php 7?

983


How to get the number of characters in a string?

982


How can you tell if a number is even or odd without using any condition or loop?

951


How to write php function in html onclick?

900


Which function parses an English textual date or time into Unix timestamp in PHP.

961


Explain how is it possible to cast types in php?

937