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
u1_php_databaser [2019-10-03 21:52]
Joakim Forsgren
u1_php_databaser [2019-10-03 21:53]
Joakim Forsgren
Line 75: Line 75:
   echo $row['FirstName'] . ' - ' . $row['LastName']. '<br>';   echo $row['FirstName'] . ' - ' . $row['LastName']. '<br>';
 } }
- + 
 +*/
 </php> </php>