$x = 1; do { echo "The number is: $x
"; $x++; } while ($x <= 5); ?>