Create table using php

technical talkiess
0

 Create table using php


<?php

$num =20;

for($i=1;$i<=10;$i++){

echo "$num * $i =".$num * $i ."<br>";

}


?> 

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)