Skip to content

Instantly share code, notes, and snippets.

@johndugan
Created October 5, 2012 01:49
Show Gist options
  • Save johndugan/3837604 to your computer and use it in GitHub Desktop.
Save johndugan/3837604 to your computer and use it in GitHub Desktop.
PHP: for loop
<?php
for($i=0; $i<10; $i++) {
include("file.php");
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment