You just need to add a order by on the sql you are executing
Like this
$sql = "SELECT * FROM community_posts ORDER BY id DESC";
If id is your primary key.
Hope it helps
3
solved Echo from bottom to top [duplicate]
You just need to add a order by on the sql you are executing
Like this
$sql = "SELECT * FROM community_posts ORDER BY id DESC";
If id is your primary key.
Hope it helps
3
solved Echo from bottom to top [duplicate]