I don’t know where to start, let me make it simple ...
I have 2 posts in tables and comments, messages consisting of two fields id, and post_nameand comments, consisting of three fields: id, commentand post_id. I have a few posts with a few comments.
How can I display all posts with related comments using a while loop?
Thanks in advance....
source
share