aakash2310

Untitled

Nov 28th, 2022
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. $num = $_GET['num'];
  3. for ($i=1;$i<=100000000;$i++)
  4. {
  5. echo $num," X ",$i," = ",($i*$num),"<br>";
  6. }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment