Hi All !!! my first post here 🙂
I've just started really learning php and ive run into a problem.
I use this:
$result = @("SELECT * FROM shared WHERE Visible='Y' ORDER BY company ASC LIMIT 10");
It works fantastic but im having issues with actaully getting it to link between pages ... i have 21 companies in my database and i want it to show 10 companies on each page. I'm having difficulty making any kind of link system ive used snippets of code from a sitepoint book and from a sams teach yourself book but can't get it to work any ideas folks?