Skip to content

Instantly share code, notes, and snippets.

@magmastonealex
Created October 3, 2013 20:31
Show Gist options
  • Save magmastonealex/6816640 to your computer and use it in GitHub Desktop.
Save magmastonealex/6816640 to your computer and use it in GitHub Desktop.
<?php
for($i=0;$i<9;$i++){
echo "abc ";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment