Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <body>
- <?php for ($i = 0; $i < 10; $i++) {?>
- <p>hello world<?php echo $i;?><p>
- <?php }?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement