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

Title15

Head First Javascript 2

AP102 2016/06/01 資料庫