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_insert [2020-10-02 12:22]
Joakim Forsgren
u1_insert [2020-10-02 12:23]
Joakim Forsgren
Line 85: Line 85:
 // 4. Ta hand om resultatet // 4. Ta hand om resultatet
 while($row=mysqli_fetch_assoc($result)){ while($row=mysqli_fetch_assoc($result)){
-  echo '<div class="item">' .  $row['Item'] . ' (inlagt: ' . $row['DateTime'] . ')</div>';+  echo '<div class="item">' .  $row['Item'] . ' (inlagt: ' . $row['Date'] . ')</div>';
 } }
 ?> ?>