Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <title>PHP TESTING</title>
- </head>
- <body>
- <?php
- echo "<h2>PHP is Fun!</h2>";
- echo "Hello world!<br>";
- echo "I'm about to learn PHP!<br>";
- echo "This ", "string ", "was ", "made ", "with multiple parameters.";
- ?>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement