Whoops,
this is the code for the display.
SELECT DISTINCT(areaid),
areas.id,
articles.id,
areas.area AS areaname,
articles.article_title,
articles.overview,
articles.emailaddress,
articles.author,
articles.postdate
FROM articles,
areas
WHERE articles.areaid=areas.id
AND...