Quotes help make search much faster. Example: "Practice Makes Perfect"
Thursday, April 25, 2013
Codecademy Sample Solution: Introducing Functions
<html>
<p>
<?php
// Get the length of your own name
// and print it to the screen!
$namelength = strlen("Anonymous");
print "<p>$namelength</p>";
?>
</p>
</html>
No comments:
Post a Comment