Introduction to PHP 5/13


Echo
The echo function outputs strings. If you type
<?php
  echo "Hello!";
?>
PHP will output Hello!.
Make sure to end your line of PHP code with a semicolon.
Instructions
On line 8 in between the <?php and ?>, useecho to output "I'm learning PHP". Make sure to end your PHP code with a semicolon.
Introduction to PHP 5/13
<!DOCTYPE html>
<html>
    <head>
    </head>
    <body>
        <h1>
          <?php
            echo"I'm learning PHP";
          ?>
        </h1>
    </body>
</html>

Comments

Popular posts from this blog

MEGA 暫存檔案刪除

IOS GCD多執行緒

利用CMD指令強制刪除