Posted by -Lost on 06/07/06 08:53
<?php $sizes = array('0.0', '0.1', '0.2', '0.3'); for($i = 0; $i < count($sizes); $i++) { print $sizes[$i]; if($i == (count($sizes) - 1)) { print "<br /><br />\r\nThe End"; } else { print ', '; } } ?>
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming