| Not sure how to phrase this question I'm not looking for someone to code for me I just need to be pointed in the right direction.
I currently have a table which holds images and information required to display with the images. Because of my limited knowledge in PHP I created one page that sqls the table and grabs the first 6 images and then builds the html to show them on a page. Then I had to do this a "few" more times changing only the Sql to grab records 7 thru 12, then 13 thru 18 ..........
Is there a way to do this in one Php page? Could it generate the navigation passing a parm with the next starting record number and post to itself??????
I hope I was clear in explaining this.
Thanks in advance for the help.
jimmy |