Advertisement
Virajsinh

PhP_01

Jan 26th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.77 KB | None | 0 0
  1. <html>
  2. <head>
  3.         <title> First Example </title>
  4. </head>
  5. <body>
  6.  
  7. <h2> <p align='center'> This Example For HTML </P>
  8. <h1> <p> Wel Come To PHP. </h1>
  9. <p>You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. You can find more info in the FAQs section or check the HOW-TO Guides for getting started with PHP applications. </p>
  10.  
  11. </body>
  12. </html>
  13.  
  14. <?php
  15.  
  16. echo " <h2> <p align='center'>This Example For PhP.</p> </h2>";
  17.  
  18. echo "<h1> <p> Wel Come To PHP. </h1>";
  19. echo "<p>You have successfully installed XAMPP on this system! Now you can start using Apache, MariaDB, PHP and other components. You can find more info in the FAQs section or check the HOW-TO Guides for getting started with PHP applications. </p>";
  20.  
  21. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement