Tagged Questions
5
votes
3answers
177 views
MySQL: Getting Posts from Categories
I'm trying to learn MySQL so I have created a little blog system.
I have 3 tables in MySQL:
posts :
id | title
----------------
1 | Post Title 1
2 | Post Title 2
...