Advertisement
Guest User

test2

a guest
Mar 14th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <html>
  2. <body>
  3. <?php for ($i = 0; $i < 10; $i++) {?>
  4. <p>hello world<?php echo $i;?><p>
  5. <?php }?>
  6. </body>
  7. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement