Thursday, 27 December 2012

Test script

<?php
$example = range(0, 9);
foreach ($example as $value)
{
 echo $value;
}

No comments:

Post a Comment