The following files exists in this folder. Click to view.
webbsrvprg/exercises/lekt2/
upg1.php upg2.php upg3.php upg4.php upg5.php upg6.php
upg1.php
upg2.php
upg3.php
upg4.php
upg5.php
upg6.php
9 lines ASCII Windows (CRLF)
1
2
3
4
5
6
7
8
9
<?php function hej(){ print("Hejsvejs"); } hej(); ?>