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
Previous revision
Next revision Both sides next revision
u1_php_databaser [2019-10-03 21:52]
Joakim Forsgren
u1_php_databaser [2019-10-04 08:49]
Joakim Forsgren
Line 26: Line 26:
 Punkt 3 och 4 kan man göra hur många som helst Punkt 3 och 4 kan man göra hur många som helst
  
-<php> 
-/* 
 <code php> <code php>
 <?php <?php
Line 76: Line 74:
   echo $row['FirstName'] . ' - ' . $row['LastName']. '<br>';   echo $row['FirstName'] . ' - ' . $row['LastName']. '<br>';
 } }
-  
 </php> </php>