Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
|
1 2 3 4 5 6 7 |
<?php
$i = 3;
while ($i > 1){
$i++;
echo 'el numero es '.$i;
}
?> |
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
Comentarios recientes