http://php.flashwebhost.com/sherly/Vegetables0.php

Code:
<?php

// create array

$vegetables = array('tomato', 'potato', 'cucumber', 'carrot', 'spinach', 'cabbage', 'chilli');

// lets print

echo '<pre>';

print_r($vegetables);
//var_dump($vegetables);

echo '</pre>';