160 likes | 410 Views
pTutorial is the website where have lot of programming tutorial, programming examples and source code. All tutorial and example are freely available.
E N D
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.
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
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"; ?>
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/