:::

1. PHP and HTML

PHP code can be written right into your HTML, like this:

<body>
  <p>

    <?php
      echo "I'm learning PHP!";
    ?>

  </p>
</body>

:::

語系選擇