Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
amprog_07_ex2 [2016-11-14 08:37]
Anders Mosshäll
amprog_07_ex2 [2017-09-01 14:54]
127.0.0.1 external edit
Line 9: Line 9:
 $tal = 4; $tal = 4;
  
-echo 'Fakulteten av ' . $tal . ':<br />';+echo 'Fakulteten av ' . $tal . ':<br>';
 echo $tal . '! = '; echo $tal . '! = ';