Another issue now with displaying news articles. I have two tables:
tblUsers
UserID Username
1 name1
2 name2
tblNews
UserID ArticleID Article Title
1 1 text text
1 2 text text
I want to display the Username for the news poster instead of the UserID and cannot work it out. I've looked into "inner joins" which I think is what I need to use but still can't work it out.
Question
Jonny Wright
Hello again all,
Another issue now with displaying news articles. I have two tables:
I want to display the Username for the news poster instead of the UserID and cannot work it out. I've looked into "inner joins" which I think is what I need to use but still can't work it out.
Thanks a lot
Link to comment
Share on other sites
18 answers to this question
Recommended Posts