PHP Tutorial - PowerPoint PPT Presentation

About This Presentation
Title:

PHP Tutorial

Description:

pTutorial is the website where have lot of programming tutorial, programming examples and source code. All tutorial and example are freely available. – PowerPoint PPT presentation

Number of Views:91
Slides: 7
Provided by: ptutorial67

less

Transcript and Presenter's Notes

Title: PHP Tutorial


1
PHP Tutorial Introduction
2
What Actually PHP Is?
  • PHP is a Hypertext Pre-processor, Which is widely
    used Open Source general-purpose scripting
    language that is suited for Web development and
    can be embedded into HTML. Most of PHP syntax is
    based on C. They should make PHP easy to pick up
    for Programmers.

3
Advantages of PHP
  • PHP is easy to understand.
  • Run different operating system ( Command based
    and GUI based )
  • PHP is free to download and use
  • It's fast because of embedded in html
  • PHP used almost all server
  • Its secure

4
Basic example of PHP
  • lt?php
  •  
  • echo"Welcome to PHP"
  •  
  • echo "print date in different formats"
  •  
  • echo date("Y/m/d") . "ltbrgt"
  •  
  • echo date("Y.m.d") . "ltbrgt"
  •  
  • echo date("Y-m-d")
  •  
  • vardate("l")
  •  
  • echo "Today is "."var"
  •  
  • ?gt

5
Contact Usptutorial3_at_gmail.comCall
09560518944Site http//www.ptutorial.com/Facebo
ok https//www.facebook.com/ptutorialTwitter
https//twitter.com/ptutorial3Pinterest
https//www.pinterest.com/ptutorial3/
6
(No Transcript)
Write a Comment
User Comments (0)
About PowerShow.com