Hello.
I have a site running php pages looking like this: mypage.php?firs tname=bob&lastn ame=hoskins
There are multiple different combinations of names
eg. mypage.php?firs tname=bob&lastn ame=hoskins
mypage.php?firs tname=jane&last name=elliot
etc
Is there a way I can make a script to automatically "go to" each of these pages in turn and then save each one as a .html file in a folder on the server? Almost as if I was using a "download whole site" program to create all the pages in the folder. (But they would need to be static html pages.) I'm open to various ways if there is more than one way to do this.
Thanks.
I have a site running php pages looking like this: mypage.php?firs tname=bob&lastn ame=hoskins
There are multiple different combinations of names
eg. mypage.php?firs tname=bob&lastn ame=hoskins
mypage.php?firs tname=jane&last name=elliot
etc
Is there a way I can make a script to automatically "go to" each of these pages in turn and then save each one as a .html file in a folder on the server? Almost as if I was using a "download whole site" program to create all the pages in the folder. (But they would need to be static html pages.) I'm open to various ways if there is more than one way to do this.
Thanks.
Comment