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_05_ex1 [2017-08-29 15:33]
Anders Mosshäll
amprog_05_ex1 [2017-09-01 14:54]
127.0.0.1 external edit
Line 35: Line 35:
 $x = 0; $x = 0;
 while ($x < count($tal)){ while ($x < count($tal)){
-  echo $tal[$x].'<br />';+  echo $tal[$x].'<br>';
   $x++;   $x++;
 } }