Hello, help deal with the request.
$queryString = "SELECT id, Name, whoUpload, link, likes, comments, date, time FROM table LIMIT '$start', '$how' WHERE whoUpload = '{$_POST['username']}' ORDER BY `id` DESC";
To put it in human language: Start me by displaying records from $start
in the amount of $how
pieces of User
and so fresh in the beginning.
Actually, before LIMIT '$start', '$how'
everything worked. Where I just did not try to shove it, maybe you need something different?
date
andtime
columns instead of a singledatetime
? And why do you have "fresh" it means with the last inserted IDs, and not in time? - Alexey Shimansky