SlideShare a Scribd company logo
1 of 8
TRINITY INSTITUTE OF PROFESSIONAL
STUDIESSector – 9, DwarkaInstitutional Area, New Delhi-75
Affiliated G.G.S.IP.U, Delhi
By: ShwetaBhardwaj
WEB BASED
PROGRAMMING
PAPER ID: 20313
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, DwarkaInstitutional Area, New Delhi-75
PHP Error
and
Exception Handling
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, DwarkaInstitutional Area, New Delhi-75
• Error handling is the process of catching errors
raised by your program and then taking
appropriate action. If you would handle errors
properly then it may lead to many unforeseen
consequences.
• Its very simple in PHP to handle an errors.
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, DwarkaInstitutional Area, New Delhi-75
Returning errors from functions
• Php in built functions return false when error
occurs.
• When a function returns false we can print
error message using DIE() function.
The die() function prints a message and exits the
current script.
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, DwarkaInstitutional Area, New Delhi-75
SYNTAX
• die(message)
Message 
Required. Specifies the message or status
number to write before exiting the script. The
status number will not be written to the
output.
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, DwarkaInstitutional Area, New Delhi-75
Example
• <?php
$site = "http://www.w3schools.com/";
fopen($site,"r")
or die("Unable to connect to $site");
?>
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, DwarkaInstitutional Area, New Delhi-75
<?php if(!file_exists("/tmp/test.txt"))
{
die("File not found");
}
else
{
$file=fopen("/tmp/test.txt","r");
print "Opend file sucessfully";
}
// Test of the code here.
?>
TRINITY INSTITUTE OF PROFESSIONAL STUDIES
Sector – 9, DwarkaInstitutional Area, New Delhi-75

More Related Content

What's hot

Resume
ResumeResume
Resumesydeys
 
WELCOME TO SARMANG ACADEMY PRESENTATION
WELCOME TO SARMANG ACADEMY PRESENTATIONWELCOME TO SARMANG ACADEMY PRESENTATION
WELCOME TO SARMANG ACADEMY PRESENTATIONNilanjana Dutta
 
Coder technologies- Placements we offer
Coder technologies- Placements we offer Coder technologies- Placements we offer
Coder technologies- Placements we offer codertechnologies
 
CV_English_Jelena_Timcenko_2014 (1)
CV_English_Jelena_Timcenko_2014 (1)CV_English_Jelena_Timcenko_2014 (1)
CV_English_Jelena_Timcenko_2014 (1)jellenche
 
Founders Lab Internship++ Malaysia
Founders Lab Internship++ MalaysiaFounders Lab Internship++ Malaysia
Founders Lab Internship++ MalaysiaUpVentures
 
Eng1173 1 f18-[gurwinder singh]_profile
Eng1173 1 f18-[gurwinder singh]_profileEng1173 1 f18-[gurwinder singh]_profile
Eng1173 1 f18-[gurwinder singh]_profilegurwinder singh
 
Resume kinjal rathod
Resume kinjal rathodResume kinjal rathod
Resume kinjal rathodatishdk
 
best .net course in Bhubaneswar.
best .net course in Bhubaneswar.best .net course in Bhubaneswar.
best .net course in Bhubaneswar.dotnet111
 
Experience Letter - Rajendran
Experience Letter - RajendranExperience Letter - Rajendran
Experience Letter - RajendranVyshakh Rajendran
 
DRMI ICS200 CertificateOfCompletion_MuradPyarali
DRMI ICS200 CertificateOfCompletion_MuradPyaraliDRMI ICS200 CertificateOfCompletion_MuradPyarali
DRMI ICS200 CertificateOfCompletion_MuradPyaraliMurad Pyarali
 

What's hot (20)

Resume
ResumeResume
Resume
 
Internship for MCA
Internship for MCAInternship for MCA
Internship for MCA
 
WELCOME TO SARMANG ACADEMY PRESENTATION
WELCOME TO SARMANG ACADEMY PRESENTATIONWELCOME TO SARMANG ACADEMY PRESENTATION
WELCOME TO SARMANG ACADEMY PRESENTATION
 
Ankit_Resume
Ankit_ResumeAnkit_Resume
Ankit_Resume
 
Coder technologies- Placements we offer
Coder technologies- Placements we offer Coder technologies- Placements we offer
Coder technologies- Placements we offer
 
CV_English_Jelena_Timcenko_2014 (1)
CV_English_Jelena_Timcenko_2014 (1)CV_English_Jelena_Timcenko_2014 (1)
CV_English_Jelena_Timcenko_2014 (1)
 
Karthik challa
Karthik challaKarthik challa
Karthik challa
 
Founders Lab Internship++ Malaysia
Founders Lab Internship++ MalaysiaFounders Lab Internship++ Malaysia
Founders Lab Internship++ Malaysia
 
Eng1173 1 f18-[gurwinder singh]_profile
Eng1173 1 f18-[gurwinder singh]_profileEng1173 1 f18-[gurwinder singh]_profile
Eng1173 1 f18-[gurwinder singh]_profile
 
Tanesh Resume
Tanesh ResumeTanesh Resume
Tanesh Resume
 
Resume
ResumeResume
Resume
 
Resume kinjal rathod
Resume kinjal rathodResume kinjal rathod
Resume kinjal rathod
 
Bhuvnesh Resume
Bhuvnesh ResumeBhuvnesh Resume
Bhuvnesh Resume
 
best .net course in Bhubaneswar.
best .net course in Bhubaneswar.best .net course in Bhubaneswar.
best .net course in Bhubaneswar.
 
Task 6
Task 6Task 6
Task 6
 
Tahani_Networking-2-2
Tahani_Networking-2-2Tahani_Networking-2-2
Tahani_Networking-2-2
 
Exp-406278
Exp-406278Exp-406278
Exp-406278
 
Experience Letter - Rajendran
Experience Letter - RajendranExperience Letter - Rajendran
Experience Letter - Rajendran
 
cover letter
cover lettercover letter
cover letter
 
DRMI ICS200 CertificateOfCompletion_MuradPyarali
DRMI ICS200 CertificateOfCompletion_MuradPyaraliDRMI ICS200 CertificateOfCompletion_MuradPyarali
DRMI ICS200 CertificateOfCompletion_MuradPyarali
 

Viewers also liked

Anne Frank notes
Anne Frank notesAnne Frank notes
Anne Frank notesguest506363
 
First View Consulting Portfolio
First View Consulting PortfolioFirst View Consulting Portfolio
First View Consulting Portfoliogregorpd
 
Parents Orientation Presentation Class Of 12
Parents Orientation Presentation   Class Of 12Parents Orientation Presentation   Class Of 12
Parents Orientation Presentation Class Of 12linda janssen
 
Energy lesson 11
Energy lesson 11Energy lesson 11
Energy lesson 11dhmcmillan
 
CCC Workshop - Part 1: Key Ingredients of Community Composting [David Paull, ...
CCC Workshop - Part 1: Key Ingredients of Community Composting [David Paull, ...CCC Workshop - Part 1: Key Ingredients of Community Composting [David Paull, ...
CCC Workshop - Part 1: Key Ingredients of Community Composting [David Paull, ...Virginia Streeter
 
Visita a mathslab
Visita a mathslabVisita a mathslab
Visita a mathslabIES Luces
 
Aarisha Ashfaqh Sayyed
Aarisha Ashfaqh SayyedAarisha Ashfaqh Sayyed
Aarisha Ashfaqh SayyedAarisha Sayyed
 
Comm125 Week 6: Visualization Slide Design
Comm125 Week 6: Visualization Slide DesignComm125 Week 6: Visualization Slide Design
Comm125 Week 6: Visualization Slide DesignRoxanna Peterson
 

Viewers also liked (13)

Anne Frank notes
Anne Frank notesAnne Frank notes
Anne Frank notes
 
First View Consulting Portfolio
First View Consulting PortfolioFirst View Consulting Portfolio
First View Consulting Portfolio
 
Parents Orientation Presentation Class Of 12
Parents Orientation Presentation   Class Of 12Parents Orientation Presentation   Class Of 12
Parents Orientation Presentation Class Of 12
 
Energy lesson 11
Energy lesson 11Energy lesson 11
Energy lesson 11
 
CCC Workshop - Part 1: Key Ingredients of Community Composting [David Paull, ...
CCC Workshop - Part 1: Key Ingredients of Community Composting [David Paull, ...CCC Workshop - Part 1: Key Ingredients of Community Composting [David Paull, ...
CCC Workshop - Part 1: Key Ingredients of Community Composting [David Paull, ...
 
Differential evolution
Differential evolutionDifferential evolution
Differential evolution
 
Visita a mathslab
Visita a mathslabVisita a mathslab
Visita a mathslab
 
Aljuma marketing solutions
Aljuma marketing solutionsAljuma marketing solutions
Aljuma marketing solutions
 
SiblingSinkhole
SiblingSinkholeSiblingSinkhole
SiblingSinkhole
 
PORTFOLIO_GRAMMAR III
PORTFOLIO_GRAMMAR IIIPORTFOLIO_GRAMMAR III
PORTFOLIO_GRAMMAR III
 
Aarisha Ashfaqh Sayyed
Aarisha Ashfaqh SayyedAarisha Ashfaqh Sayyed
Aarisha Ashfaqh Sayyed
 
Comm125 Week 6: Visualization Slide Design
Comm125 Week 6: Visualization Slide DesignComm125 Week 6: Visualization Slide Design
Comm125 Week 6: Visualization Slide Design
 
Yearbook 1
Yearbook 1Yearbook 1
Yearbook 1
 

Similar to WEB BASED PROGRAMMING - PHP Error and Exception Handling

DIYguru Labview Course Syllabus
DIYguru Labview Course SyllabusDIYguru Labview Course Syllabus
DIYguru Labview Course SyllabusSrishti Sikaria
 
Introduction to Programming Language using C
Introduction to Programming Language using CIntroduction to Programming Language using C
Introduction to Programming Language using CTrinity Dwarka
 
Java Programming- Introduction to Java Applet Programs
Java Programming- Introduction to Java Applet ProgramsJava Programming- Introduction to Java Applet Programs
Java Programming- Introduction to Java Applet ProgramsTrinity Dwarka
 
Sandeep Kumar Resume
Sandeep Kumar ResumeSandeep Kumar Resume
Sandeep Kumar Resumesandeep kumar
 
Best computer courses in delhi
Best computer courses in delhiBest computer courses in delhi
Best computer courses in delhiSamridhiDewan1
 
Mohit Gupta Resume
Mohit Gupta ResumeMohit Gupta Resume
Mohit Gupta ResumeMOHIT GUPTA
 
ITIL FOUNDATION TRAINING
ITIL FOUNDATION TRAININGITIL FOUNDATION TRAINING
ITIL FOUNDATION TRAININGjerinbiju
 
Canang Workshop: Developer to Developer
Canang Workshop: Developer to DeveloperCanang Workshop: Developer to Developer
Canang Workshop: Developer to DeveloperRafizan Baharum
 
THE OPEN SOURCE OPPORTUNITY: Monetizing Open Source Though Partnerships
THE OPEN SOURCE OPPORTUNITY: Monetizing Open Source Though PartnershipsTHE OPEN SOURCE OPPORTUNITY: Monetizing Open Source Though Partnerships
THE OPEN SOURCE OPPORTUNITY: Monetizing Open Source Though Partnershipscyberopticgroup
 
Business Proposal for Project
Business Proposal for ProjectBusiness Proposal for Project
Business Proposal for ProjectAftab Mirza
 
Software Engineering- Engineering Practice
Software Engineering- Engineering PracticeSoftware Engineering- Engineering Practice
Software Engineering- Engineering PracticeTrinity Dwarka
 
INTERNSHIP PRESENTATION.pptx
INTERNSHIP PRESENTATION.pptxINTERNSHIP PRESENTATION.pptx
INTERNSHIP PRESENTATION.pptxAnugna3
 
Top 10 basic computer courses in Delhi
Top 10 basic computer courses in DelhiTop 10 basic computer courses in Delhi
Top 10 basic computer courses in DelhiKalpanaVerma23
 

Similar to WEB BASED PROGRAMMING - PHP Error and Exception Handling (20)

Skill development managment system
Skill development managment systemSkill development managment system
Skill development managment system
 
Work fusion course content
Work fusion  course contentWork fusion  course content
Work fusion course content
 
DIYguru Labview Course Syllabus
DIYguru Labview Course SyllabusDIYguru Labview Course Syllabus
DIYguru Labview Course Syllabus
 
Introduction to Programming Language using C
Introduction to Programming Language using CIntroduction to Programming Language using C
Introduction to Programming Language using C
 
Java Programming- Introduction to Java Applet Programs
Java Programming- Introduction to Java Applet ProgramsJava Programming- Introduction to Java Applet Programs
Java Programming- Introduction to Java Applet Programs
 
Sandeep Kumar Resume
Sandeep Kumar ResumeSandeep Kumar Resume
Sandeep Kumar Resume
 
Best computer courses in delhi
Best computer courses in delhiBest computer courses in delhi
Best computer courses in delhi
 
Resume
ResumeResume
Resume
 
Mohit Gupta Resume
Mohit Gupta ResumeMohit Gupta Resume
Mohit Gupta Resume
 
ITIL FOUNDATION TRAINING
ITIL FOUNDATION TRAININGITIL FOUNDATION TRAINING
ITIL FOUNDATION TRAINING
 
Canang Workshop: Developer to Developer
Canang Workshop: Developer to DeveloperCanang Workshop: Developer to Developer
Canang Workshop: Developer to Developer
 
THE OPEN SOURCE OPPORTUNITY: Monetizing Open Source Though Partnerships
THE OPEN SOURCE OPPORTUNITY: Monetizing Open Source Though PartnershipsTHE OPEN SOURCE OPPORTUNITY: Monetizing Open Source Though Partnerships
THE OPEN SOURCE OPPORTUNITY: Monetizing Open Source Though Partnerships
 
Business Proposal for Project
Business Proposal for ProjectBusiness Proposal for Project
Business Proposal for Project
 
CV_PBhardwaj
CV_PBhardwajCV_PBhardwaj
CV_PBhardwaj
 
Blue prism course content
Blue prism course contentBlue prism course content
Blue prism course content
 
MPP-UPNVJ
MPP-UPNVJMPP-UPNVJ
MPP-UPNVJ
 
Software Engineering- Engineering Practice
Software Engineering- Engineering PracticeSoftware Engineering- Engineering Practice
Software Engineering- Engineering Practice
 
INTERNSHIP PRESENTATION.pptx
INTERNSHIP PRESENTATION.pptxINTERNSHIP PRESENTATION.pptx
INTERNSHIP PRESENTATION.pptx
 
Top 10 basic computer courses in Delhi
Top 10 basic computer courses in DelhiTop 10 basic computer courses in Delhi
Top 10 basic computer courses in Delhi
 
DIIT Educom
DIIT EducomDIIT Educom
DIIT Educom
 

More from Trinity Dwarka

Why BAJMC in Trinity Dwarka
Why BAJMC in Trinity DwarkaWhy BAJMC in Trinity Dwarka
Why BAJMC in Trinity DwarkaTrinity Dwarka
 
Career Options after BCA
Career Options after BCACareer Options after BCA
Career Options after BCATrinity Dwarka
 
Principles of Management-Management-Concept & Meaning
  Principles of Management-Management-Concept & Meaning  Principles of Management-Management-Concept & Meaning
Principles of Management-Management-Concept & MeaningTrinity Dwarka
 
Principles of Management- Management Process & Functions
Principles of Management- Management Process  &  FunctionsPrinciples of Management- Management Process  &  Functions
Principles of Management- Management Process & FunctionsTrinity Dwarka
 
Principles of Management- Managerial Levels & Roles-
Principles of Management- Managerial Levels & Roles-Principles of Management- Managerial Levels & Roles-
Principles of Management- Managerial Levels & Roles-Trinity Dwarka
 
Management-Concept & Meaning
 Management-Concept & Meaning Management-Concept & Meaning
Management-Concept & MeaningTrinity Dwarka
 
Principles of Management- Planning
Principles of Management- PlanningPrinciples of Management- Planning
Principles of Management- PlanningTrinity Dwarka
 
Organizing Authority & Responsibility- Principles of Management
Organizing Authority & Responsibility- Principles of ManagementOrganizing Authority & Responsibility- Principles of Management
Organizing Authority & Responsibility- Principles of ManagementTrinity Dwarka
 
Staffing- Principles of Management
Staffing- Principles of ManagementStaffing- Principles of Management
Staffing- Principles of ManagementTrinity Dwarka
 
Directing-Principles of Management
Directing-Principles of ManagementDirecting-Principles of Management
Directing-Principles of ManagementTrinity Dwarka
 
Dimensional Modelling-Data Warehouse & Data Mining
 Dimensional Modelling-Data Warehouse & Data Mining Dimensional Modelling-Data Warehouse & Data Mining
Dimensional Modelling-Data Warehouse & Data MiningTrinity Dwarka
 
Data Preprocessing- Data Warehouse & Data Mining
Data Preprocessing- Data Warehouse & Data MiningData Preprocessing- Data Warehouse & Data Mining
Data Preprocessing- Data Warehouse & Data MiningTrinity Dwarka
 
Computer Networks- Network Basics
Computer Networks- Network BasicsComputer Networks- Network Basics
Computer Networks- Network BasicsTrinity Dwarka
 
Linux Environment- Linux vs Unix
Linux Environment- Linux vs UnixLinux Environment- Linux vs Unix
Linux Environment- Linux vs UnixTrinity Dwarka
 
Linux Environment- Linux Basics
Linux Environment- Linux BasicsLinux Environment- Linux Basics
Linux Environment- Linux BasicsTrinity Dwarka
 
BCA-Mobile Computing- BASICS OF MOBILE COMPUTING
BCA-Mobile Computing- BASICS OF MOBILE COMPUTINGBCA-Mobile Computing- BASICS OF MOBILE COMPUTING
BCA-Mobile Computing- BASICS OF MOBILE COMPUTINGTrinity Dwarka
 
INTRODUCTION TO INFORMATION TECHNOLOGY- IT Basics
INTRODUCTION TO INFORMATION TECHNOLOGY- IT BasicsINTRODUCTION TO INFORMATION TECHNOLOGY- IT Basics
INTRODUCTION TO INFORMATION TECHNOLOGY- IT BasicsTrinity Dwarka
 
Database Management System
Database Management System Database Management System
Database Management System Trinity Dwarka
 
JAVA PROGRAMMING- OOP Concept
JAVA PROGRAMMING- OOP ConceptJAVA PROGRAMMING- OOP Concept
JAVA PROGRAMMING- OOP ConceptTrinity Dwarka
 
E-Commerce- Introduction to E-Commerce
E-Commerce- Introduction to E-CommerceE-Commerce- Introduction to E-Commerce
E-Commerce- Introduction to E-CommerceTrinity Dwarka
 

More from Trinity Dwarka (20)

Why BAJMC in Trinity Dwarka
Why BAJMC in Trinity DwarkaWhy BAJMC in Trinity Dwarka
Why BAJMC in Trinity Dwarka
 
Career Options after BCA
Career Options after BCACareer Options after BCA
Career Options after BCA
 
Principles of Management-Management-Concept & Meaning
  Principles of Management-Management-Concept & Meaning  Principles of Management-Management-Concept & Meaning
Principles of Management-Management-Concept & Meaning
 
Principles of Management- Management Process & Functions
Principles of Management- Management Process  &  FunctionsPrinciples of Management- Management Process  &  Functions
Principles of Management- Management Process & Functions
 
Principles of Management- Managerial Levels & Roles-
Principles of Management- Managerial Levels & Roles-Principles of Management- Managerial Levels & Roles-
Principles of Management- Managerial Levels & Roles-
 
Management-Concept & Meaning
 Management-Concept & Meaning Management-Concept & Meaning
Management-Concept & Meaning
 
Principles of Management- Planning
Principles of Management- PlanningPrinciples of Management- Planning
Principles of Management- Planning
 
Organizing Authority & Responsibility- Principles of Management
Organizing Authority & Responsibility- Principles of ManagementOrganizing Authority & Responsibility- Principles of Management
Organizing Authority & Responsibility- Principles of Management
 
Staffing- Principles of Management
Staffing- Principles of ManagementStaffing- Principles of Management
Staffing- Principles of Management
 
Directing-Principles of Management
Directing-Principles of ManagementDirecting-Principles of Management
Directing-Principles of Management
 
Dimensional Modelling-Data Warehouse & Data Mining
 Dimensional Modelling-Data Warehouse & Data Mining Dimensional Modelling-Data Warehouse & Data Mining
Dimensional Modelling-Data Warehouse & Data Mining
 
Data Preprocessing- Data Warehouse & Data Mining
Data Preprocessing- Data Warehouse & Data MiningData Preprocessing- Data Warehouse & Data Mining
Data Preprocessing- Data Warehouse & Data Mining
 
Computer Networks- Network Basics
Computer Networks- Network BasicsComputer Networks- Network Basics
Computer Networks- Network Basics
 
Linux Environment- Linux vs Unix
Linux Environment- Linux vs UnixLinux Environment- Linux vs Unix
Linux Environment- Linux vs Unix
 
Linux Environment- Linux Basics
Linux Environment- Linux BasicsLinux Environment- Linux Basics
Linux Environment- Linux Basics
 
BCA-Mobile Computing- BASICS OF MOBILE COMPUTING
BCA-Mobile Computing- BASICS OF MOBILE COMPUTINGBCA-Mobile Computing- BASICS OF MOBILE COMPUTING
BCA-Mobile Computing- BASICS OF MOBILE COMPUTING
 
INTRODUCTION TO INFORMATION TECHNOLOGY- IT Basics
INTRODUCTION TO INFORMATION TECHNOLOGY- IT BasicsINTRODUCTION TO INFORMATION TECHNOLOGY- IT Basics
INTRODUCTION TO INFORMATION TECHNOLOGY- IT Basics
 
Database Management System
Database Management System Database Management System
Database Management System
 
JAVA PROGRAMMING- OOP Concept
JAVA PROGRAMMING- OOP ConceptJAVA PROGRAMMING- OOP Concept
JAVA PROGRAMMING- OOP Concept
 
E-Commerce- Introduction to E-Commerce
E-Commerce- Introduction to E-CommerceE-Commerce- Introduction to E-Commerce
E-Commerce- Introduction to E-Commerce
 

Recently uploaded

FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 

Recently uploaded (20)

FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 

WEB BASED PROGRAMMING - PHP Error and Exception Handling

  • 1. TRINITY INSTITUTE OF PROFESSIONAL STUDIESSector – 9, DwarkaInstitutional Area, New Delhi-75 Affiliated G.G.S.IP.U, Delhi By: ShwetaBhardwaj WEB BASED PROGRAMMING PAPER ID: 20313
  • 2. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, DwarkaInstitutional Area, New Delhi-75 PHP Error and Exception Handling
  • 3. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, DwarkaInstitutional Area, New Delhi-75 • Error handling is the process of catching errors raised by your program and then taking appropriate action. If you would handle errors properly then it may lead to many unforeseen consequences. • Its very simple in PHP to handle an errors.
  • 4. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, DwarkaInstitutional Area, New Delhi-75 Returning errors from functions • Php in built functions return false when error occurs. • When a function returns false we can print error message using DIE() function. The die() function prints a message and exits the current script.
  • 5. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, DwarkaInstitutional Area, New Delhi-75 SYNTAX • die(message) Message  Required. Specifies the message or status number to write before exiting the script. The status number will not be written to the output.
  • 6. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, DwarkaInstitutional Area, New Delhi-75 Example • <?php $site = "http://www.w3schools.com/"; fopen($site,"r") or die("Unable to connect to $site"); ?>
  • 7. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, DwarkaInstitutional Area, New Delhi-75 <?php if(!file_exists("/tmp/test.txt")) { die("File not found"); } else { $file=fopen("/tmp/test.txt","r"); print "Opend file sucessfully"; } // Test of the code here. ?>
  • 8. TRINITY INSTITUTE OF PROFESSIONAL STUDIES Sector – 9, DwarkaInstitutional Area, New Delhi-75