SlideShare a Scribd company logo
PHP (Hypertext Pre-processor)
What is PHP?
 PHP Stands for Hypertext Pre-Processor. PHP is a
Widely-Used Open-Source Server-Side Scripting
Language to write dynamically generated Web pages.
PHP scripts are implemented on the server and result is
sent to the browser as plain HTML.
 PHP can be incorporated with the number of Databases,
Such as MySQL, PostgreSQL, Oracle, Sybase, Informix,
and Microsoft SQL Server.
PHP (Hypertext Pre-processor)
How It Works?
 PHP code is usually embedded into HTML
 Processing the code :
 The HTML code stands as it is
 The PHP scripts are executed to create final HTML code
 Both parts are combined and back
 Resulting HTML is interpreted by a browser
PHP (Hypertext Pre-processor)
Advantages of PHP
 Cross-Platform.
 Built-in Module for Connecting to Database.
 Strong library support.
 Stable.
 Ease of use.
 Open Source.
 Easy to Get Support.
PHP (Hypertext Pre-processor)
Latest Version of PHP
 PHP 7.0.0 is the latest version of PHP. This new version
comes with new improvements and a new version of Zend
engine.
 Reduced memory usage.
 Abstract syntax tree.
 Consistent 64-bit support.
 Return and scalar type declaration.
 Anonymous classes.
 Zero cost asserts.
PHP (Hypertext Pre-processor)
Websites Using PHP
 More than 20 million Internet domains are hosted on
servers with PHP installed.
 Significant examples.
 User-facing portion of Facebook.
 Wikipedia (MediaWiki).
 Yahoo!
 My Yearbook.

More Related Content

PPTX
Introduction to webprogramming using PHP and MySQL
PDF
Php training in bhubaneswar
PPTX
1. introduction to php and variable
PPTX
Web programming
PPT
Asp dot net final (1)
PPTX
Web Application Development using PHP Chapter 1
Introduction to webprogramming using PHP and MySQL
Php training in bhubaneswar
1. introduction to php and variable
Web programming
Asp dot net final (1)
Web Application Development using PHP Chapter 1

What's hot (8)

PPT
Class 1 - World Wide Web Introduction
PPTX
Feature and Future of ASP.NET
PDF
PHP MySQL Training : Module 3
PPTX
Word press
PDF
PHP MySQL Training : Module 2
PPTX
PHP presentation - Com 585
PPTX
Webtechnologies
PPT
slidesharenew1
Class 1 - World Wide Web Introduction
Feature and Future of ASP.NET
PHP MySQL Training : Module 3
Word press
PHP MySQL Training : Module 2
PHP presentation - Com 585
Webtechnologies
slidesharenew1
Ad

Similar to PHP Training in Chandigarh (20)

PPT
Php hypertext pre-processor
PPT
Php unit i
PDF
PPT
INTRODUCTION TO PHP.ppt
PPTX
PHP Basics
PPTX
Php ppt
PPTX
Training ppt
PPT
PHP LICTURES ..........
PPTX
Applied+Web+Development+[Autosaved].pptx
PPTX
Php verses .net
PPTX
Introduction to php
PPT
Programming language
PPTX
PHP ITCS 323
PPTX
Introduction to PHP from Beginning to End
PDF
Function of PHP in Website Development
PDF
chapter 5 Server-Side Scripting (PHP).pdf
PPTX
PhP Training Institute In Delhi
PPT
Notes on PHP for BCA and MCA php_(2).ppt
PDF
Php course
Php hypertext pre-processor
Php unit i
INTRODUCTION TO PHP.ppt
PHP Basics
Php ppt
Training ppt
PHP LICTURES ..........
Applied+Web+Development+[Autosaved].pptx
Php verses .net
Introduction to php
Programming language
PHP ITCS 323
Introduction to PHP from Beginning to End
Function of PHP in Website Development
chapter 5 Server-Side Scripting (PHP).pdf
PhP Training Institute In Delhi
Notes on PHP for BCA and MCA php_(2).ppt
Php course
Ad

Recently uploaded (20)

PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Basic Mud Logging Guide for educational purpose
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Cell Types and Its function , kingdom of life
PPTX
Cell Structure & Organelles in detailed.
PDF
Classroom Observation Tools for Teachers
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Insiders guide to clinical Medicine.pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
RMMM.pdf make it easy to upload and study
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Sports Quiz easy sports quiz sports quiz
PPTX
Microbial diseases, their pathogenesis and prophylaxis
Supply Chain Operations Speaking Notes -ICLT Program
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
FourierSeries-QuestionsWithAnswers(Part-A).pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Basic Mud Logging Guide for educational purpose
Pharma ospi slides which help in ospi learning
Cell Types and Its function , kingdom of life
Cell Structure & Organelles in detailed.
Classroom Observation Tools for Teachers
STATICS OF THE RIGID BODIES Hibbelers.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
Insiders guide to clinical Medicine.pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
RMMM.pdf make it easy to upload and study
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
VCE English Exam - Section C Student Revision Booklet
Sports Quiz easy sports quiz sports quiz
Microbial diseases, their pathogenesis and prophylaxis

PHP Training in Chandigarh

  • 1. PHP (Hypertext Pre-processor) What is PHP?  PHP Stands for Hypertext Pre-Processor. PHP is a Widely-Used Open-Source Server-Side Scripting Language to write dynamically generated Web pages. PHP scripts are implemented on the server and result is sent to the browser as plain HTML.  PHP can be incorporated with the number of Databases, Such as MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.
  • 2. PHP (Hypertext Pre-processor) How It Works?  PHP code is usually embedded into HTML  Processing the code :  The HTML code stands as it is  The PHP scripts are executed to create final HTML code  Both parts are combined and back  Resulting HTML is interpreted by a browser
  • 3. PHP (Hypertext Pre-processor) Advantages of PHP  Cross-Platform.  Built-in Module for Connecting to Database.  Strong library support.  Stable.  Ease of use.  Open Source.  Easy to Get Support.
  • 4. PHP (Hypertext Pre-processor) Latest Version of PHP  PHP 7.0.0 is the latest version of PHP. This new version comes with new improvements and a new version of Zend engine.  Reduced memory usage.  Abstract syntax tree.  Consistent 64-bit support.  Return and scalar type declaration.  Anonymous classes.  Zero cost asserts.
  • 5. PHP (Hypertext Pre-processor) Websites Using PHP  More than 20 million Internet domains are hosted on servers with PHP installed.  Significant examples.  User-facing portion of Facebook.  Wikipedia (MediaWiki).  Yahoo!  My Yearbook.