Skip to content

Instantly share code, notes, and snippets.

@wouerner
Last active May 11, 2016 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wouerner/02cf0cb1340e45867ad58565b6875c7b to your computer and use it in GitHub Desktop.
Save wouerner/02cf0cb1340e45867ad58565b6875c7b to your computer and use it in GitHub Desktop.
<html>
<?php
for($i = 0 ; $i < 10 ; $i++){
echo $i.'<br/>';
}
echo "Fim";
exit;
?>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment