from a table, select row, display the row and update one field "lastused" using NOW().
error is"No rows returned matching id"
Code:
<?php
$db = new mysqli('localhost', 'root', 'cookie', 'homedb');
if ($db->connect_error) die ('Database connection
Leave a comment: