pass string to html page - php include
Posted: Wed Jul 16, 2014 5:12 am
Hi
I have lots of pages such as
sale-property-marbella.htm which has an php include thats pulls all the properties in such as marbella etc, its limited to 10 properties per page so has page numbers page2 - page3 - page4 - page5
I want the page numbers to pass through back to same page like sale-property-marbella.htm?page=2 where it will list page2 of properties, page3, page4 and so on
How can i pass the $page variable through the same htm page? if it was php then it wouldnt be a problem.
I have lots of pages such as
sale-property-marbella.htm which has an php include thats pulls all the properties in such as marbella etc, its limited to 10 properties per page so has page numbers page2 - page3 - page4 - page5
I want the page numbers to pass through back to same page like sale-property-marbella.htm?page=2 where it will list page2 of properties, page3, page4 and so on
How can i pass the $page variable through the same htm page? if it was php then it wouldnt be a problem.