Home PHP basic question and answer Create table using php Create table using php Author - persontechnical talkiess October 14, 2022 0 share Create table using php<?php$num =20;for($i=1;$i<=10;$i++){echo "$num * $i =".$num * $i ."<br>";}?> Tags phpPHP basic question and answer Facebook Twitter Whatsapp Newer Older
Thanks you for commenting your questions. I will see question and respond you.