I have a mysql question.
I have a news section on my website, and I want to display the two latest items. If I do:
SELECT * FROM nieuws ORDER BY id
LIMIT can take two arguments:
LIMIT
SELECT ... LIMIT 1, 1