first commit
This commit is contained in:
6
stud/test.php
Normal file
6
stud/test.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
for($block=1;$block<=4;$block++){
|
||||
echo "$block<br>";
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user