Hello Follow Nerdlings :D
I'm about to bash my head :banghead: off of every surface in sight if I don't figure out what I'm missing...
This query:
$query = 'SELECT comments.id, comments.comment, users.first_name, users.last_name ' .
'FROM comments left join users on users.id =...