Advertisement
Guest User

Untitled

a guest
Sep 9th, 2024
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>PHP TESTING</title>
  4. </head>
  5. <body>
  6.  
  7. <?php
  8. echo "<h2>PHP is Fun!</h2>";
  9. echo "Hello world!<br>";
  10. echo "I'm about to learn PHP!<br>";
  11. echo "This ", "string ", "was ", "made ", "with multiple parameters.";
  12. ?>
  13.  
  14. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement