HTMLify
Home
Log in
Register
Dashboard
Frames
API
do-while-loop.php
Views: 52 | Author:
djdj
<?php
//do while loop
$a
=
0
;
do
{
echo
$a
;
$a
++
;
}
while
(
$a
<=
10
);
?>
Share this file:
Copy
Short Link
View Raw
Download File
(104 B)
Embed Code
Clone
Comments
Comment