Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. PHP is one of the best programming language that is useful for website development . PHP development for beginners.
  2.  
  3. PHP designed by Rasmus Lerdorf and developed by Zend Technologies in 1994 .
  4.  
  5. Introdction to PHP -
  6. PHP is a server side scription langauge that is used to develop a website .
  7.  
  8.  
  9. PHP Initial code -
  10.  
  11. <?php
  12. echo"statement";
  13. ?>
  14.  
  15.  
  16. <?Php - Used for opening
  17. All codes here -
  18.  
  19. ?> -- close for PHP .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement