Introduction to PHP 11/13

Creating a Variable
Practice makes perfect! Let's get started by creating a variable and giving it a value.
Instructions
Declare a variable, $myName, and give it your name as a string.
Introduction to PHP 11/13
<!DOCTYPE html>
<html>
    <head>
        <link type='text/css' rel='stylesheet' href='style.css'/>
        <title>PHP FTW!</title>
    </head>
    <body>
       <?php
       $myName="FeEvo";
       ?>
        <p>

        </p>   
    </body>
</html>
CSS code be ignored

Comments

Popular posts from this blog

MEGA 暫存檔案刪除

IOS GCD多執行緒

利用CMD指令強制刪除