Monday, July 13, 2020

#PHP

What is PHP....?
it is a general purpose programming language and created for Web
development . it is developed by Rasmus Lerdorf.. in 1995 it is stands for Personal Home Page But now it's call Hyper Text Processor.it is core of blogging website (Wordpress) and easy for
beginner first server side language. and it's extension is .php





it is widely used open source scripting language .it's executed on Server side.
 . Now a day's it's runs on Linux, Unix , Mac and Server Apache and IIS. and is free for download and support a large number of Database.


Applications of PHP


  • In-Building Online Community
  • In-E-Commerce
  • In Graphical User Interface
  • Mailing Lists
  • Generating PDF files
  • Project Management Tools
  • Parsing XML files


PHP Program

<!DOCTYPE html>
<html>
<body>
<h1>Sample page</h1>

<?php
echo"php simple program":;
?>
</body>
</html>

Output

Sample page
php simple program


PHP Development Tools

  • Netbeans
  • Eclipse
  • PHP Storm
  • Apantana Studio
  • Komodo
  • Sublime Text
  • Zend Studio
Note -
XAMPP server plays important role in executing PHP programs.




1 comment:

MCQ QUESTIONS

Loading…