Introduction to PHP 12/13

Let the Machine Do the Math
Remember, computers were built to do the stuff we don't want to! And that includes doing tedious computations.
Instructions
After your first variable, declare a second,$myAge, and set it equal to your age as a number. Remember: no quotes around numbers!
?
Hint
Test how well you're learning and fill in gaps with Codecademy Pro.Learn more.
Your code should now look something this:
<?php $myName = "Eric";
      $myAge = 26; ?>
Introduction to PHP 12/13
<!DOCTYPE html>
<html>
    <head>
        <link type='text/css' rel='stylesheet' href='style.css'/>
        <title>PHP FTW!</title>
    </head>
    <body>
       <?php
       $myName="FeEvo";
       $myAge= 27;

       ?>
        <p>

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

Comments

Popular posts from this blog

MEGA 暫存檔案刪除

IOS GCD多執行緒

利用CMD指令強制刪除