I have this tables in my mysql schema:
posts:
---------------------------------------------
id|type | userid | title | msg | time_added
users:
------------------
userid | username
How can I show only 6 entries where: type is audio or video and only for a certain username?