SlideShare a Scribd company logo
1 of 34
LAMP  ARCHITECTURE Linux-Apache-MySQL-PHP PRESENTED BY: ANURAG PANDEY NAKUL LOHRI SAMREEN JAMAL VINITA LALL
LAMP ,[object Object],[object Object],[object Object]
LAMP ARCHITECTURE
 
LAMP as FOSS ,[object Object],[object Object],[object Object],[object Object],[object Object]
 
Linux
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Background on Linux Background on Linux
Linux vs. Windows ,[object Object],[object Object]
FINANCIAL DIFFERENCES COST LINUX WINDOWS Online Downloads Free Not Available Retail Price, CD $50 $300
[object Object],[object Object],[object Object]
TECHNICAL DIFFERENCES ,[object Object],[object Object],[object Object],[object Object],[object Object]
Apache
BACKGROUND OF APACHE ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Apache Overview Diagram ,[object Object]
Apache Web Server Where all the Magic Happens… ,[object Object],[object Object],[object Object],[object Object],[object Object]
MySQL
MySQL ,[object Object],[object Object],[object Object],[object Object],[object Object]
Creating Database Tables 􀂄  Create  web_db  database to hold the tables: 􀂄  CREATE DATABASE web_db; 􀂄  To create a table called notes: 􀂄  USE web_db; 􀂄  CREATE TABLE notes (...); 􀂄  insert some rows for testing if necessary 􀂄  It is easy to write an sql script called notes.sql  and use monitor to execute it
The Basic Queries 􀂄  CREATE 􀂄  create databases and tables 􀂄  SELECT 􀂄  select table rows based on certain conditions 􀂄  DELETE 􀂄  delete one or more rows of a table 􀂄  INSERT 􀂄  insert a new row in a table 􀂄  UPDATE 􀂄  update rows in a table 􀂄  ALTER 􀂄  alter the structure of a table
ADVANTAGES ,[object Object],[object Object],[object Object]
DISADVANTAGES ,[object Object],[object Object]
PHP
PHP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Server-Side Scripting ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
helloworld.php <html> <head> <title> PHP: Hello World </title> </head> <body> <h1> PHP Says: </h1> <?php echo &quot;Hello World!&quot; ?> </body> </html>
 
helloform.php 1/2: PHP Processing <html> <head><title> PHP: Hello Xyz </title></head> <body> <?php if (array_key_exists('user', $_GET)) { // Without stripslashes, O'Reilly appears as Oapos;Reilly $user = stripslashes($_GET['user']); } else { $user = 'Stranger'; } ?> <h1> Hello   <?php   echo $user   ?> </h1>
helloform.php 2/2: HTML Form ...  (1/2: PHP form processing goes here)‏ <!-- Normally, you'll use method=&quot; POST &quot; --> <form method=&quot; GET &quot; action=&quot; helloform.php &quot;> Your Name: <input type=&quot; text &quot; name=&quot; user &quot; size=&quot; 40 &quot;> <input type=&quot; submit &quot; name=&quot; submit &quot; value=&quot; OK &quot;> </form> </body> </html>
 
Connecting to MySQL ,[object Object]
Advantages of LAMP ,[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object]

More Related Content

What's hot

Installing WampServer
Installing WampServerInstalling WampServer
Installing WampServerDrupal Jax
 
06.m3 cms set-upwebserver
06.m3 cms set-upwebserver06.m3 cms set-upwebserver
06.m3 cms set-upwebservertarensi
 
Wordpress on Windows
Wordpress on WindowsWordpress on Windows
Wordpress on WindowsJosh Holmes
 
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Laravel development (Laravel History, Environment Setup & Laravel Installatio...Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Laravel development (Laravel History, Environment Setup & Laravel Installatio...Dilouar Hossain
 
Rev it up with php on windows
Rev it up with php on windowsRev it up with php on windows
Rev it up with php on windowsJosh Holmes
 
Wordpress On Windows
Wordpress On WindowsWordpress On Windows
Wordpress On WindowsJosh Holmes
 
Scaling WordPress on Microsoft
Scaling WordPress on MicrosoftScaling WordPress on Microsoft
Scaling WordPress on MicrosoftJosh Holmes
 
Laravel tutorial
Laravel tutorialLaravel tutorial
Laravel tutorialBroker IG
 
Laravel and CodeIgniter: pros & cons
Laravel and CodeIgniter: pros & consLaravel and CodeIgniter: pros & cons
Laravel and CodeIgniter: pros & consElenorWisozk
 
Laravel presentation
Laravel presentationLaravel presentation
Laravel presentationToufiq Mahmud
 
PHP-MySQL Database Connectivity Using XAMPP Server
PHP-MySQL Database Connectivity Using XAMPP ServerPHP-MySQL Database Connectivity Using XAMPP Server
PHP-MySQL Database Connectivity Using XAMPP ServerRajiv Bhatia
 

What's hot (20)

Installing WampServer
Installing WampServerInstalling WampServer
Installing WampServer
 
Getting started with laravel
Getting started with laravelGetting started with laravel
Getting started with laravel
 
Php Intro
Php IntroPhp Intro
Php Intro
 
06.m3 cms set-upwebserver
06.m3 cms set-upwebserver06.m3 cms set-upwebserver
06.m3 cms set-upwebserver
 
Wordpress on Windows
Wordpress on WindowsWordpress on Windows
Wordpress on Windows
 
Laravel Eloquent ORM
Laravel Eloquent ORMLaravel Eloquent ORM
Laravel Eloquent ORM
 
Install Drupal on Wamp Server
Install Drupal on Wamp ServerInstall Drupal on Wamp Server
Install Drupal on Wamp Server
 
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Laravel development (Laravel History, Environment Setup & Laravel Installatio...Laravel development (Laravel History, Environment Setup & Laravel Installatio...
Laravel development (Laravel History, Environment Setup & Laravel Installatio...
 
Rev it up with php on windows
Rev it up with php on windowsRev it up with php on windows
Rev it up with php on windows
 
Laravel overview
Laravel overviewLaravel overview
Laravel overview
 
Laravel Tutorial PPT
Laravel Tutorial PPTLaravel Tutorial PPT
Laravel Tutorial PPT
 
webservers.ppt
webservers.pptwebservers.ppt
webservers.ppt
 
Wordpress On Windows
Wordpress On WindowsWordpress On Windows
Wordpress On Windows
 
Scaling WordPress on Microsoft
Scaling WordPress on MicrosoftScaling WordPress on Microsoft
Scaling WordPress on Microsoft
 
What Is Hobo ?
What Is Hobo ?What Is Hobo ?
What Is Hobo ?
 
Laravel tutorial
Laravel tutorialLaravel tutorial
Laravel tutorial
 
Laravel and CodeIgniter: pros & cons
Laravel and CodeIgniter: pros & consLaravel and CodeIgniter: pros & cons
Laravel and CodeIgniter: pros & cons
 
Laravel presentation
Laravel presentationLaravel presentation
Laravel presentation
 
PHP-MySQL Database Connectivity Using XAMPP Server
PHP-MySQL Database Connectivity Using XAMPP ServerPHP-MySQL Database Connectivity Using XAMPP Server
PHP-MySQL Database Connectivity Using XAMPP Server
 
Laravel Introduction
Laravel IntroductionLaravel Introduction
Laravel Introduction
 

Similar to Lamp

Similar to Lamp (20)

Introduction to php
Introduction to phpIntroduction to php
Introduction to php
 
LAMP TECHNOLOGY BY SAIKIRAN PANJALA
LAMP TECHNOLOGY BY SAIKIRAN PANJALALAMP TECHNOLOGY BY SAIKIRAN PANJALA
LAMP TECHNOLOGY BY SAIKIRAN PANJALA
 
Word press
Word pressWord press
Word press
 
Lecture1 introduction by okello erick
Lecture1 introduction by okello erickLecture1 introduction by okello erick
Lecture1 introduction by okello erick
 
Nadhiya lamp
Nadhiya lampNadhiya lamp
Nadhiya lamp
 
PHP Presentation
PHP PresentationPHP Presentation
PHP Presentation
 
gogul
gogulgogul
gogul
 
HTTP Plugin for MySQL!
HTTP Plugin for MySQL!HTTP Plugin for MySQL!
HTTP Plugin for MySQL!
 
Php unit i
Php unit i Php unit i
Php unit i
 
CONTENT MANAGEMENT SYSTEM
CONTENT MANAGEMENT SYSTEMCONTENT MANAGEMENT SYSTEM
CONTENT MANAGEMENT SYSTEM
 
Php introduction and configuration
Php introduction and configurationPhp introduction and configuration
Php introduction and configuration
 
Xampp Ppt
Xampp PptXampp Ppt
Xampp Ppt
 
Lamp technology
Lamp technologyLamp technology
Lamp technology
 
Osp ii presentation
Osp ii presentationOsp ii presentation
Osp ii presentation
 
Lamp technology
Lamp technologyLamp technology
Lamp technology
 
Php Presentation
Php PresentationPhp Presentation
Php Presentation
 
PHP LICTURES ..........
PHP LICTURES ..........PHP LICTURES ..........
PHP LICTURES ..........
 
PHP.ppt
PHP.pptPHP.ppt
PHP.ppt
 
a brief introduction to PHP and how to use it.
a brief introduction to PHP and how to use it.a brief introduction to PHP and how to use it.
a brief introduction to PHP and how to use it.
 
lamp-technology-8860-9KNDvBR.pptx
lamp-technology-8860-9KNDvBR.pptxlamp-technology-8860-9KNDvBR.pptx
lamp-technology-8860-9KNDvBR.pptx
 

Recently uploaded

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
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
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
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
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
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
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
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
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 

Recently uploaded (20)

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
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
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
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
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
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
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
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
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 

Lamp

  • 1. LAMP ARCHITECTURE Linux-Apache-MySQL-PHP PRESENTED BY: ANURAG PANDEY NAKUL LOHRI SAMREEN JAMAL VINITA LALL
  • 2.
  • 4.  
  • 5.
  • 6.  
  • 8.
  • 9.
  • 10. FINANCIAL DIFFERENCES COST LINUX WINDOWS Online Downloads Free Not Available Retail Price, CD $50 $300
  • 11.
  • 12.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18. MySQL
  • 19.
  • 20. Creating Database Tables 􀂄 Create web_db database to hold the tables: 􀂄 CREATE DATABASE web_db; 􀂄 To create a table called notes: 􀂄 USE web_db; 􀂄 CREATE TABLE notes (...); 􀂄 insert some rows for testing if necessary 􀂄 It is easy to write an sql script called notes.sql and use monitor to execute it
  • 21. The Basic Queries 􀂄 CREATE 􀂄 create databases and tables 􀂄 SELECT 􀂄 select table rows based on certain conditions 􀂄 DELETE 􀂄 delete one or more rows of a table 􀂄 INSERT 􀂄 insert a new row in a table 􀂄 UPDATE 􀂄 update rows in a table 􀂄 ALTER 􀂄 alter the structure of a table
  • 22.
  • 23.
  • 24. PHP
  • 25.
  • 26.
  • 27. helloworld.php <html> <head> <title> PHP: Hello World </title> </head> <body> <h1> PHP Says: </h1> <?php echo &quot;Hello World!&quot; ?> </body> </html>
  • 28.  
  • 29. helloform.php 1/2: PHP Processing <html> <head><title> PHP: Hello Xyz </title></head> <body> <?php if (array_key_exists('user', $_GET)) { // Without stripslashes, O'Reilly appears as Oapos;Reilly $user = stripslashes($_GET['user']); } else { $user = 'Stranger'; } ?> <h1> Hello <?php echo $user ?> </h1>
  • 30. helloform.php 2/2: HTML Form ... (1/2: PHP form processing goes here)‏ <!-- Normally, you'll use method=&quot; POST &quot; --> <form method=&quot; GET &quot; action=&quot; helloform.php &quot;> Your Name: <input type=&quot; text &quot; name=&quot; user &quot; size=&quot; 40 &quot;> <input type=&quot; submit &quot; name=&quot; submit &quot; value=&quot; OK &quot;> </form> </body> </html>
  • 31.  
  • 32.
  • 33.
  • 34.