Quotes help make search much faster. Example: "Practice Makes Perfect"

Friday, March 8, 2013

Codecademy Sample Solution: Echo It!



<!DOCTYPE html>
<html>
    <head>
        <link type='text/css' rel='stylesheet' href='style.css'/>
<title>PHP FTW!</title>
</head>
<body>
        <!-- Write your PHP code below!-->
        <p>
        <?php
            $myName = "Batman";
            echo "My name is ".$myName.". <br>";
            $myAge = 24;
            echo "I'm ".$myAge." years old."
        ?>  
        </p>  
</body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts