Quotes help make search much faster. Example: "Practice Makes Perfect"
Saturday, April 20, 2013
Codecademy Sample Solution: Array Syntax
<html>
<head>
<title>Woot, More Arrays!</title>
</head>
<body>
<p>
<?php
// Add your array elements after
// "Beans" and before the final ")"
$array = array("Egg", "Tomato", "Beans", "Chips", "Sausage" );
?>
</p>
</body>
</html>
No comments:
Post a Comment