I am struggling with some code for a couple of days and can't figure out what to do. I have to admit that I am pretty new at php.
Here is my issue. I have a table in my database recording all the news of my website. Pretty simple table with these fields:
- [li]id[/li]
[li]menu_name[/li]
[li]visible[/li]
[li]content[/li]
How can I display these news so that only 10 news appear on page 1 and just below, people can go to other pages?
Thanks in advance for your help guys...