Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

<?php $i=3; while($i<=17)( echo "The number is" . $i . "<br />"; $i++; ) echo "hey world"; ?>

Blushing Bird answered on September 16, 2022 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • php 9
  • PHP Numbers
  • for loop in php print 1 to 10 number
  • php zeros before number php
  • what is wrong this code <?php for ($p =1; $p <= 20; $p++) { echo ("2 x " . $p . " = " . 2 * $p . '<br>'); } ?>

  • <?php $i=3; while($i<=17)( echo "The number is" . $i . "<br />"; $i++; ) echo "hey world"; ?>

    0
    Popularity 1/10 Helpfulness 1/10 Language php
    Source: Grepper
    Tags: echo php
    Link to this answer
    Share Copy Link
    Contributed on Sep 16 2022
    Blushing Bird
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.