HTMLify
Dashboard
Temp Share
Shortlinks
Frames
API
Dashboard
Temp Share
Shortlinks
Frames
API
HTMLify
For-Loop.php
Views: 574 | Author:
djdj
1
2
3
4
5
6
<?php
//for loop
for
(
$i
=
0
;
$i
<=
10
;
$i
++
)
{
echo
$i
;
}
?>
Run >
Plaintext
Java
Python
Node
Share this file:
Copy
Short Link
View Raw
Download File
(80 B)
Embed Code
Clone