How to print only table in PHP?

script:-

<?php
$value=8;
for($i=1;$i<=10;$i++)
{
    echo "$value * $i = ".$value*$i."<br>";
}
?>



output:-



i hope you like my tutorial if you have any questions you can ask me below comment box




Post a Comment

If you have any doubts, Please let me know
Thanks!

Previous Post Next Post