Thursday, 16 April 2015

yest

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

No comments:

Post a Comment