SlideShare a Scribd company logo
1 of 10
PC Technology Private Limited
Introduction to PHP/MySQL
What have we done ?
 HTML Basic Formatting Tags
 Form Elements
 Input Types and Buttons
 Overview on how to run a PHP Application on
Server
 A Simple PHP Application
 GET and POST Methods
 Print the data of the Forms
 Difference between Echo and Print
What next ?
 Information on Formatting and Coloring
 DIV’s and SPAN’s
 Commenting in PHP
 PHP Case Senstivity
 Variable Declaration
 Rules for Declaring a variable in PHP
 Performing Operations
Formatting and Colors
 A HTML element has a default style for colors
 (background color is white and text color is black).
 HTML Style Attibute
 style="property : value“ // CSS Values
 Set a color for the background
 <body style="background-color:lightgrey">
 Setting a color for the Text
 <h1 style="color:blue">This is a heading</h1>
 Setting a text size
 <p style="font-size:160%">This is a paragraph.</p>
Comments in PHP
 It is not executed by the program
 It is just for the reference of the developer
 Ways to write a comment
 Single Line Comments
 //
 #
 Multiple Line Comment
 /* _______ */
PHP Case Sensitivity
 Is PHP really case sensitive ?
 No !!
 All classes, functions, keywords and user defined
functions are not case sensitive
 HOWEVER, Variable names are case sensitive
 $hello is different from $Hello
Variables in PHP
 There is no command to declare a variable
 The Declaration of a variable is done by
preceding a “ $ “ sign in front of the desired
variable name
 $name
 $add
 Normal Syntax follows : Strings should be
declared in quotes, numbers without quotes
 Variables are used to store and manipulate the
data.
Rules for declaring a variable
 Variable names are case-sensitive ($age and
$AGE are two different variables)
 A variable name cannot start with a number
 A variable name should starts with the $ sign,
followed by the desired name of the variable
 It is mandatory to start a variable name with a
letter or an underscore character
 A variable name can only contain alpha-numeric
characters and underscores (A-z, 0-9, and _ )
Perform Mathematical
Operations
 Five Mathematical Operations
 Addition ( + )
 Subtraction ( - )
 Multiplication ( * )
 Division ( / )
 Modulus ( % )
 Declaration
 $a + $b;
 $c = $a + $b;
That’s all Folks !!
QUERIES ??

More Related Content

What's hot

Introduction to Java
Introduction to JavaIntroduction to Java
Introduction to Javayzebelle
 
Free video lectures for mca
Free video lectures for mcaFree video lectures for mca
Free video lectures for mcaEdhole.com
 
C - - Grammar 1.0
C - - Grammar 1.0C - - Grammar 1.0
C - - Grammar 1.0Ben Egadah
 
C grammar
C grammarC grammar
C grammarastakhr
 
PHP Variables and scopes
PHP Variables and scopesPHP Variables and scopes
PHP Variables and scopessana mateen
 
Open Source Package Php Mysql 1228203701094763 9
Open Source Package Php Mysql 1228203701094763 9Open Source Package Php Mysql 1228203701094763 9
Open Source Package Php Mysql 1228203701094763 9isadorta
 
XML Quick Reference (from mulberrytech.com)
XML Quick Reference (from mulberrytech.com)XML Quick Reference (from mulberrytech.com)
XML Quick Reference (from mulberrytech.com)FrescatiStory
 
Web technology html5 php_mysql
Web technology html5 php_mysqlWeb technology html5 php_mysql
Web technology html5 php_mysqldurai arasan
 
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...anshkhurana01
 

What's hot (20)

Introduction to Java
Introduction to JavaIntroduction to Java
Introduction to Java
 
Php modul-1
Php modul-1Php modul-1
Php modul-1
 
C Slides
C SlidesC Slides
C Slides
 
Lesson 4 constant
Lesson 4  constantLesson 4  constant
Lesson 4 constant
 
Php variables (english)
Php variables (english)Php variables (english)
Php variables (english)
 
PHP MySQL
PHP MySQLPHP MySQL
PHP MySQL
 
A better CSS: Sass and Less - CC FE & UX
A better CSS: Sass and Less - CC FE & UXA better CSS: Sass and Less - CC FE & UX
A better CSS: Sass and Less - CC FE & UX
 
Free video lectures for mca
Free video lectures for mcaFree video lectures for mca
Free video lectures for mca
 
Data Types In PHP
Data Types In PHPData Types In PHP
Data Types In PHP
 
C - - Grammar 1.0
C - - Grammar 1.0C - - Grammar 1.0
C - - Grammar 1.0
 
C grammar
C grammarC grammar
C grammar
 
PHP Variables and scopes
PHP Variables and scopesPHP Variables and scopes
PHP Variables and scopes
 
Open Source Package Php Mysql 1228203701094763 9
Open Source Package Php Mysql 1228203701094763 9Open Source Package Php Mysql 1228203701094763 9
Open Source Package Php Mysql 1228203701094763 9
 
php basics
php basicsphp basics
php basics
 
XML Quick Reference (from mulberrytech.com)
XML Quick Reference (from mulberrytech.com)XML Quick Reference (from mulberrytech.com)
XML Quick Reference (from mulberrytech.com)
 
Web technology html5 php_mysql
Web technology html5 php_mysqlWeb technology html5 php_mysql
Web technology html5 php_mysql
 
Basic PHP
Basic PHPBasic PHP
Basic PHP
 
Basic of PHP
Basic of PHPBasic of PHP
Basic of PHP
 
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
Php mysql classes in navi-mumbai,php-mysql course provider-in-navi-mumbai,bes...
 
Introduction to php
Introduction to phpIntroduction to php
Introduction to php
 

Viewers also liked

Viewers also liked (20)

Introduction to php 2
Introduction to php   2Introduction to php   2
Introduction to php 2
 
Introduction to PHP - Slide 1
Introduction to PHP - Slide 1 Introduction to PHP - Slide 1
Introduction to PHP - Slide 1
 
Resume_vikas
Resume_vikasResume_vikas
Resume_vikas
 
Forex.ppt
Forex.pptForex.ppt
Forex.ppt
 
Mesa Bath & Kitchen
Mesa Bath & KitchenMesa Bath & Kitchen
Mesa Bath & Kitchen
 
Company Profile v3
Company Profile v3Company Profile v3
Company Profile v3
 
Vlase Nicoleta
Vlase NicoletaVlase Nicoleta
Vlase Nicoleta
 
Introduction to php 5
Introduction to php   5Introduction to php   5
Introduction to php 5
 
Introduction to php 4
Introduction to php   4Introduction to php   4
Introduction to php 4
 
Introduction to php 6
Introduction to php   6Introduction to php   6
Introduction to php 6
 
PHUMLANI C.V
PHUMLANI C.VPHUMLANI C.V
PHUMLANI C.V
 
Методы и алгоритмы обследования в аллергологии
Методы и алгоритмы обследования в аллергологииМетоды и алгоритмы обследования в аллергологии
Методы и алгоритмы обследования в аллергологии
 
Testing Made Easy
Testing Made EasyTesting Made Easy
Testing Made Easy
 
Language enabling
Language enablingLanguage enabling
Language enabling
 
PHP Files: An Introduction
PHP Files: An IntroductionPHP Files: An Introduction
PHP Files: An Introduction
 
Php introduction
Php introductionPhp introduction
Php introduction
 
АСТМА-школа
АСТМА-школаАСТМА-школа
АСТМА-школа
 
Sending emails through PHP
Sending emails through PHPSending emails through PHP
Sending emails through PHP
 
An Introduction to PHP Classes
An Introduction to PHP ClassesAn Introduction to PHP Classes
An Introduction to PHP Classes
 
Comparisons Wiki vs CMS
Comparisons Wiki vs CMSComparisons Wiki vs CMS
Comparisons Wiki vs CMS
 

Similar to Introduction to php 3

Similar to Introduction to php 3 (20)

Learn PHP Basics
Learn PHP Basics Learn PHP Basics
Learn PHP Basics
 
P H P Part I, By Kian
P H P  Part  I,  By  KianP H P  Part  I,  By  Kian
P H P Part I, By Kian
 
php app development 1
php app development 1php app development 1
php app development 1
 
PHP Basics
PHP BasicsPHP Basics
PHP Basics
 
Php
PhpPhp
Php
 
Php
PhpPhp
Php
 
Babitha5.php
Babitha5.phpBabitha5.php
Babitha5.php
 
Php
PhpPhp
Php
 
Babitha5.php
Babitha5.phpBabitha5.php
Babitha5.php
 
Babitha5.php
Babitha5.phpBabitha5.php
Babitha5.php
 
Php intro by sami kz
Php intro by sami kzPhp intro by sami kz
Php intro by sami kz
 
Php
PhpPhp
Php
 
Php by shivitomer
Php by shivitomerPhp by shivitomer
Php by shivitomer
 
Lesson 1 php syntax
Lesson 1   php syntaxLesson 1   php syntax
Lesson 1 php syntax
 
Php essentials
Php essentialsPhp essentials
Php essentials
 
Php assignment help
Php assignment helpPhp assignment help
Php assignment help
 
chapter Two Server-side Script lang.pptx
chapter  Two Server-side Script lang.pptxchapter  Two Server-side Script lang.pptx
chapter Two Server-side Script lang.pptx
 
10_introduction_php.ppt
10_introduction_php.ppt10_introduction_php.ppt
10_introduction_php.ppt
 
Lecture2_IntroductionToPHP_Spring2023.pdf
Lecture2_IntroductionToPHP_Spring2023.pdfLecture2_IntroductionToPHP_Spring2023.pdf
Lecture2_IntroductionToPHP_Spring2023.pdf
 
php.pdf
php.pdfphp.pdf
php.pdf
 

Recently uploaded

Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 

Recently uploaded (20)

Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 

Introduction to php 3

  • 1. PC Technology Private Limited Introduction to PHP/MySQL
  • 2. What have we done ?  HTML Basic Formatting Tags  Form Elements  Input Types and Buttons  Overview on how to run a PHP Application on Server  A Simple PHP Application  GET and POST Methods  Print the data of the Forms  Difference between Echo and Print
  • 3. What next ?  Information on Formatting and Coloring  DIV’s and SPAN’s  Commenting in PHP  PHP Case Senstivity  Variable Declaration  Rules for Declaring a variable in PHP  Performing Operations
  • 4. Formatting and Colors  A HTML element has a default style for colors  (background color is white and text color is black).  HTML Style Attibute  style="property : value“ // CSS Values  Set a color for the background  <body style="background-color:lightgrey">  Setting a color for the Text  <h1 style="color:blue">This is a heading</h1>  Setting a text size  <p style="font-size:160%">This is a paragraph.</p>
  • 5. Comments in PHP  It is not executed by the program  It is just for the reference of the developer  Ways to write a comment  Single Line Comments  //  #  Multiple Line Comment  /* _______ */
  • 6. PHP Case Sensitivity  Is PHP really case sensitive ?  No !!  All classes, functions, keywords and user defined functions are not case sensitive  HOWEVER, Variable names are case sensitive  $hello is different from $Hello
  • 7. Variables in PHP  There is no command to declare a variable  The Declaration of a variable is done by preceding a “ $ “ sign in front of the desired variable name  $name  $add  Normal Syntax follows : Strings should be declared in quotes, numbers without quotes  Variables are used to store and manipulate the data.
  • 8. Rules for declaring a variable  Variable names are case-sensitive ($age and $AGE are two different variables)  A variable name cannot start with a number  A variable name should starts with the $ sign, followed by the desired name of the variable  It is mandatory to start a variable name with a letter or an underscore character  A variable name can only contain alpha-numeric characters and underscores (A-z, 0-9, and _ )
  • 9. Perform Mathematical Operations  Five Mathematical Operations  Addition ( + )  Subtraction ( - )  Multiplication ( * )  Division ( / )  Modulus ( % )  Declaration  $a + $b;  $c = $a + $b;
  • 10. That’s all Folks !! QUERIES ??