Introduction to PHP 4/13

PHP Files
You might have noticed that our main file is now index.php instead of index.html. This is important! It tells the PHP interpreter that there's PHP code in the file to evaluate.
Instructions
Ready to learn a few PHP commands? Click Save & Submit Code to get started!
Introduction to PHP 4/13
<!DOCTYPE html>
<html>
    <head>
    </head>
    <body>
        <p>
          <?php
        echo "FeEvo";
          ?>
        </p>   
    </body>
</html>
CSS
p {
    font-family: Garamond, serif;
}

Comments

Popular posts from this blog

MEGA 暫存檔案刪除

IOS GCD多執行緒

利用CMD指令強制刪除