SlideShare a Scribd company logo
1 of 19
OBJECTIVE
Introduction
Installation
Configuration
Run
α Initially Personal Home Page
α Now PHP Hypertext Preprocessor.
α PHP is free software.
α Syntax based on Perl, Java, and C and
have object oriented functionality
α PHP code is interpreted by a web server
with a PHP processor module, which
generates the resulting web page.
α PHP commands can be embedded directly
into an HTML source document rather
than calling an external file to
process data
α Syntax based on Perl, Java, and C.
α PHP was started in 1994 by Rasmus
Lerdorf.
α Early non-released versions were used
on his home page to keep track of who
was looking at his online resume.
α First Version in 1995 as Personal Home
Page Tool
α PHP is in use on over 1,000,000 sites
around the world.
α Latest release PHP 5.5 20 June 2013.
α PHP performs system functions, i.e.
from files on a system it can create,
open, read, write, and close them.
α PHP can handle forms, i.e. gather data
from files, save data to a file, thru
email you can send data, return data
to the user.
α You add, delete, modify elements
within your database thru PHP.
α It can encrypt data.
α Create dynamic and flexible website
α Simplicity
α Efficiency
α Security
α Flexibility
α Familiarity
α PHP files have extension ".php“.
α PHP file/code are executed on the
server, and the result is returned to
the browser as plain HTML.
α Create text file and type php code
inside and save with .php.
α All php code goes inside
<?php
//type your code here
?>
α There are two way to use php
α Inside the html as embedded html
α Outside the html or in separate php
file
α Second mostly used Open Source
Database management system
α It is named after co-founder Michael
Widenius's daughter, My and SQL is the
Structured Query Language.
α MySQL is a popular choice of database
for use in web applications. and is a
central component of the widely used
LAMP open source web application
software stack
α LAMP is an acronym for
"Linux, Apache, MySQL, Perl/PHP/Python
."
NOW
Installation
Introduction
Configuration
Run
α Requirement
1. Web Host with database support
2. PC with browser
α Use following link to download web
host for computer
1. Apache (Web Server) apache.org/
2. Mysql dev.mysql.com/downloads
3. PHP php.net/downloads.php
α All in all platform
XAMPP www.apachefriends.org/
Wamp Server wampserver.com/
NOW
Configuration
Introduction
Installation
Run
α After Installation configure the path
of the installed software.
α A Control panel open that is used to
start and stop servers.
α Click on Button of Apace to start
server
α Click on button of Mysql to start
database server
α Open web browser and type
α Localhost or 127.0.0.1
α Select Language finally you did
NOW
Run
Introduction
Installation
Configuration
α Requirement
1. Text editor or IDE
2. Server Connected started
3. Browser
4. And Most important Mind.
α Type the following code in text file
<?php
Phpinfo();
?>
Save insite the x:xampphtdocs with
.php extenstion.-> type this in
browser localhost/file.php
facebook.com/groups/sviet.mca
vjy.softworx@gmail.com
Php introduction and configuration

More Related Content

What's hot (20)

Php introduction
Php introductionPhp introduction
Php introduction
 
Php basics
Php basicsPhp basics
Php basics
 
Basics PHP
Basics PHPBasics PHP
Basics PHP
 
Php(report)
Php(report)Php(report)
Php(report)
 
Php a dynamic web scripting language
Php   a dynamic web scripting languagePhp   a dynamic web scripting language
Php a dynamic web scripting language
 
Introduction to php
Introduction to phpIntroduction to php
Introduction to php
 
Chapter 02 php basic syntax
Chapter 02   php basic syntaxChapter 02   php basic syntax
Chapter 02 php basic syntax
 
Php tutorial
Php tutorialPhp tutorial
Php tutorial
 
PHP
PHPPHP
PHP
 
PHP slides
PHP slidesPHP slides
PHP slides
 
Control Structures In Php 2
Control Structures In Php 2Control Structures In Php 2
Control Structures In Php 2
 
Php tutorial(w3schools)
Php tutorial(w3schools)Php tutorial(w3schools)
Php tutorial(w3schools)
 
1336333055 php tutorial_from_beginner_to_master
1336333055 php tutorial_from_beginner_to_master1336333055 php tutorial_from_beginner_to_master
1336333055 php tutorial_from_beginner_to_master
 
Php mysql
Php mysqlPhp mysql
Php mysql
 
Php.ppt
Php.pptPhp.ppt
Php.ppt
 
Php tutorial
Php tutorialPhp tutorial
Php tutorial
 
PHP Loops and PHP Forms
PHP  Loops and PHP FormsPHP  Loops and PHP Forms
PHP Loops and PHP Forms
 
PHP
PHPPHP
PHP
 
Introduction to php
Introduction to phpIntroduction to php
Introduction to php
 
Php tutorial
Php  tutorialPhp  tutorial
Php tutorial
 

Similar to Php introduction and configuration

Similar to Php introduction and configuration (20)

Php hypertext Preprocessor
Php hypertext PreprocessorPhp hypertext Preprocessor
Php hypertext Preprocessor
 
Php.ppt
Php.pptPhp.ppt
Php.ppt
 
Php
PhpPhp
Php
 
Introduction to php
Introduction to phpIntroduction to php
Introduction to php
 
Php ppt
Php pptPhp ppt
Php ppt
 
Lamp
LampLamp
Lamp
 
PHP - History, Introduction, Summary, Extensions and Frameworks
PHP - History, Introduction, Summary, Extensions and FrameworksPHP - History, Introduction, Summary, Extensions and Frameworks
PHP - History, Introduction, Summary, Extensions and Frameworks
 
Slide 1 - The University of Mississippi
Slide 1 - The University of MississippiSlide 1 - The University of Mississippi
Slide 1 - The University of Mississippi
 
Php intro
Php introPhp intro
Php intro
 
Php unit i
Php unit i Php unit i
Php unit i
 
Php tutorial
Php tutorialPhp tutorial
Php tutorial
 
Php tutorial
Php tutorialPhp tutorial
Php tutorial
 
Php tutorial
Php tutorialPhp tutorial
Php tutorial
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
PHP ITCS 323
PHP ITCS 323PHP ITCS 323
PHP ITCS 323
 
chapter 5 Server-Side Scripting (PHP).pdf
chapter 5 Server-Side Scripting (PHP).pdfchapter 5 Server-Side Scripting (PHP).pdf
chapter 5 Server-Side Scripting (PHP).pdf
 
PHP Basics
PHP BasicsPHP Basics
PHP Basics
 
CONTENT MANAGEMENT SYSTEM
CONTENT MANAGEMENT SYSTEMCONTENT MANAGEMENT SYSTEM
CONTENT MANAGEMENT SYSTEM
 
First steps of programming with php
First steps of programming with phpFirst steps of programming with php
First steps of programming with php
 
PHP
PHPPHP
PHP
 

More from Vijay Kumar Verma

More from Vijay Kumar Verma (10)

Oo methodology
Oo methodologyOo methodology
Oo methodology
 
XML XSLT
XML XSLTXML XSLT
XML XSLT
 
XML_schema_Structure
XML_schema_StructureXML_schema_Structure
XML_schema_Structure
 
Introduction to Java Script
Introduction to Java ScriptIntroduction to Java Script
Introduction to Java Script
 
Security threats ecom
Security threats ecomSecurity threats ecom
Security threats ecom
 
Dwm temporal measure
Dwm temporal measureDwm temporal measure
Dwm temporal measure
 
Html+css web layout 2
Html+css web layout 2Html+css web layout 2
Html+css web layout 2
 
Open gl configuration_march2014
Open gl configuration_march2014Open gl configuration_march2014
Open gl configuration_march2014
 
Aos distibutted system
Aos distibutted systemAos distibutted system
Aos distibutted system
 
Html+css web layout
Html+css web layoutHtml+css web layout
Html+css web layout
 

Recently uploaded

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 

Recently uploaded (20)

Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 

Php introduction and configuration

  • 1.
  • 3. α Initially Personal Home Page α Now PHP Hypertext Preprocessor. α PHP is free software. α Syntax based on Perl, Java, and C and have object oriented functionality α PHP code is interpreted by a web server with a PHP processor module, which generates the resulting web page. α PHP commands can be embedded directly into an HTML source document rather than calling an external file to process data
  • 4. α Syntax based on Perl, Java, and C. α PHP was started in 1994 by Rasmus Lerdorf. α Early non-released versions were used on his home page to keep track of who was looking at his online resume. α First Version in 1995 as Personal Home Page Tool α PHP is in use on over 1,000,000 sites around the world. α Latest release PHP 5.5 20 June 2013.
  • 5. α PHP performs system functions, i.e. from files on a system it can create, open, read, write, and close them. α PHP can handle forms, i.e. gather data from files, save data to a file, thru email you can send data, return data to the user. α You add, delete, modify elements within your database thru PHP. α It can encrypt data. α Create dynamic and flexible website
  • 6. α Simplicity α Efficiency α Security α Flexibility α Familiarity
  • 7. α PHP files have extension ".php“. α PHP file/code are executed on the server, and the result is returned to the browser as plain HTML. α Create text file and type php code inside and save with .php. α All php code goes inside <?php //type your code here ?>
  • 8. α There are two way to use php α Inside the html as embedded html α Outside the html or in separate php file
  • 9. α Second mostly used Open Source Database management system α It is named after co-founder Michael Widenius's daughter, My and SQL is the Structured Query Language. α MySQL is a popular choice of database for use in web applications. and is a central component of the widely used LAMP open source web application software stack α LAMP is an acronym for "Linux, Apache, MySQL, Perl/PHP/Python ."
  • 11. α Requirement 1. Web Host with database support 2. PC with browser α Use following link to download web host for computer 1. Apache (Web Server) apache.org/ 2. Mysql dev.mysql.com/downloads 3. PHP php.net/downloads.php α All in all platform XAMPP www.apachefriends.org/ Wamp Server wampserver.com/
  • 13. α After Installation configure the path of the installed software. α A Control panel open that is used to start and stop servers. α Click on Button of Apace to start server α Click on button of Mysql to start database server α Open web browser and type α Localhost or 127.0.0.1 α Select Language finally you did
  • 14.
  • 16. α Requirement 1. Text editor or IDE 2. Server Connected started 3. Browser 4. And Most important Mind. α Type the following code in text file <?php Phpinfo(); ?> Save insite the x:xampphtdocs with .php extenstion.-> type this in browser localhost/file.php
  • 17.