LPMJ Example 6-1 (Click on the icon to view the source for copy and pasting)
<?php
$paper[] = "Copier";
$paper[] = "Inkjet";
$paper[] = "Laser";
$paper[] = "Photo";

print_r($paper);
?>