Hey again
Have another error for this line of code:
$posts = $conn->query("SELECT p.*,concat(u.firstname,' ',u.lastname) as name,u.profile_pic from posts p inner join users u on u.id = p.user_id where p.type = 0 order by unix_timestamp(p.date_created) desc");
while($row=$posts->fetch_assoc()):
Having a time trying to fix this…greatly appreciate the help!
Thank ya