1 / 6

PHP Tutorial

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

ptutorial67
Télécharger la présentation

PHP Tutorial

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  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 <?php echo"Welcome to PHP"; echo "print date in different formats"; echo date("Y/m/d") . "<br>"; echo date("Y.m.d") . "<br>"; echo date("Y-m-d"); $var=date("l"); echo "Today is "."$var"; ?>

  5. Contact Us:ptutorial3@gmail.comCall 09560518944Site: http://www.ptutorial.com/Facebook: https://www.facebook.com/ptutorialTwitter: https://twitter.com/ptutorial3Pinterest: https://www.pinterest.com/ptutorial3/

More Related