rastkocvetkovic
Programmer
How could I output the latest news by entry's id (news.id, which is autonumber)?
Is that performed by SELECT MAX(id) FROM news?
How can I stick that into the code.
Please help. Thanks in advance
Is that performed by SELECT MAX(id) FROM news?
How can I stick that into the code.
Please help. Thanks in advance