I am trying to create a hyper link that will link to the id number of the sql item for every link.example: im trying to make the ‘id’ in a sql query link with the same number as the idso like id = 1create a hyper link that would make it localhost/?page=1id = 2localhost/?page=2and so onbut more complicated like a product number 4567-2443so it would be localhost/?page=4567-2443The goal is I will have 28,000 items in a table split by categories.when i click the product id i want to link to its page which will alwaysbe www.yourdomain.com/?product=
‘; } if ($pages >= 1) { for ($x = 1; $x <= $pages; $x++) { echo '‘ . $x . ‘ ‘; } } ?>