Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 10-27-2014, 10:17 PM   #1
Broach India
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 56
Explain the different types of errors in PHP.

Explain the different types of errors in PHP.
Broach India is offline   Reply With Quote

Old 11-14-2014, 11:08 PM   #2
StoreHippo
Registered User
 
Join Date: Sep 2014
Location: Gurgaon,Haryana,India
Posts: 105
Few errors that i faced -
E_ALL: Catches all errors and warnings
E_USER_WARNING: User-generated warning message.
E_PARSE: Compile time parse error.
E_ERROR: A fatal error that causes script termination
StoreHippo is offline   Reply With Quote
Old 11-18-2014, 04:35 AM   #3
RobbieLima
Registered User
 
Join Date: Jul 2014
Location: India
Posts: 47
Better to search in Google. You will get as many as errors list. BTW how it will beneficial for you?
__________________
Great Services for You:-

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
RobbieLima is offline   Reply With Quote
Old 12-03-2014, 03:14 AM   #4
sanamgupta
Registered User
 
Join Date: Nov 2014
Posts: 69
Check out error handling in PHP from w3schools.com
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sanamgupta is offline   Reply With Quote
Old 12-04-2014, 01:25 PM   #5
andrewc
Registered User
 
Join Date: Aug 2013
Location: Tempe, AZ
Posts: 47
php.net has all of the information you need on php and examples.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
-Andrew C

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
andrewc is offline   Reply With Quote
Old 02-14-2015, 04:45 AM   #6
kathyrose
Registered User
 
Join Date: Feb 2015
Posts: 126
404 error, server not found error 503, Database not found error etc.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
kathyrose is offline   Reply With Quote
Old 03-13-2015, 10:23 PM   #7
marclewis
Registered User
 
Join Date: Jul 2014
Posts: 307
Many different types of errors in PHP are notices, warning and fatal errors.
E_ERROR: A fatal error that causes script termination
E_WARNING: Run-time warning that does not cause script termination
E_PARSE: Compile time parse error.
E_NOTICE: Run time notice caused due to error in code
E_CORE_ERROR: Fatal errors that occur during PHP's initial startup (installation)
E_CORE_WARNING: Warnings that occur during PHP's initial startup
E_COMPILE_ERROR: Fatal compile-time errors indication problem with script.
E_USER_ERROR: User-generated error message.
E_USER_WARNING: User-generated warning message.
E_USER_NOTICE: User-generated notice message.
.E_STRICT: Run-time notices.
E_RECOVERABLE_ERROR: Catchable fatal error indicating a dangerous error
E_ALL: Catches all errors and warnings
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
marclewis is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Importance of Php Development for Web Development tech.biztech Programming General 35 11-22-2019 12:37 AM
PHP introduction stevepatton PHP / mySQL 48 06-17-2019 02:02 AM
PHP project training in ahmedabad, live project training in php ahmedabad anantitsolution Post your ad here 1 07-16-2013 07:42 PM
The best source of learn PHP easily at home. chikkiarora Programming General 11 02-10-2013 02:18 AM
Are you aware of the fact that PHP programming is the most widely used one? johnrichards774 PHP / mySQL 3 02-07-2012 05:41 AM


All times are GMT -7. The time now is 06:43 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.