The following is an example of a for loop, using PHP:
for ($i=0;$i<=10;$i++) {
echo $i;
}
This entry was posted on July 1, 2008 at 8:50 am and is filed under Uncategorized . 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.