Ok, here's my problem.
I am creating a php-based online newspaper.
I have made categories, and all those sites are done (the /sport /etc) and so on, but, on the main page, and in an archive page i want to get the newest articles (i've got the timestamp) from all the different categories. My categories are all made in different tables (sport,news,culture) and so on. I have tried a normal select query, with select column.table1, column.table2 and so on, but it wouldn't work. I got an advise, which was to use a join syntax. I've read about it on mysql.com, but i am not sure that i can figure it out properly. Anyone help me with this ? Maybe create the syntax for me ? Any help would be appriciated. I want to get 3 columns from each table, "id", "ingress", and "tittel". (norwegian language 🙂. Thank you!
Jone.