I am getting this error, and dont know what I should do to fix this.
Column 'uptime' in order clause is ambiguous
uptime = date uploaded set to NOW
My Query:
$select = ("SELECT * FROM photo_album, video ORDER BY uptime DESC LIMIT 10");
Maybe I cannot call a query like that. I am not sure, but I want to call everything from both of those tables. I want them ordered by date uploaded.
Any suggestion?