Skip to content

Commit 312a0ba

Browse files
committed
commit
1 parent 86f5ca2 commit 312a0ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

code/index.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
<?php
2-
echo 'Hello World!';
2+
$table = 13;
3+
for($i = 1; $i<= 10; $i++){
4+
echo $table.' x '.$i.' = '.($table*$i).'<br>';
5+
}

0 commit comments

Comments
 (0)