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

Thursday, March 7, 2013

Codecademy Sample Solution: Variables



<!DOCTYPE html>
<html>
<head>
<title>Variable Magic</title>
</head>
<body>
        <!-- Add your PHP code between the <p></p> tags! -->
        <p>
        <?php $myFirstVariable = 0;
        echo $myFirstVariable; ?>
        </p>
    </body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts