PHP For Loop
for ( $count = 5; $count <= 5; $counter ++) {
echo $counter;
echo " <br />";
}
This entry was posted on Tuesday, September 29th, 2009 at 7:38 pm and is filed under PHP Scripts. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.