I am trying to write a very simple script but I am a total newb to PHP.
I was hoping for some help.
The script needs to print a list of clickable links on a webpage from
http://www.mydomain.com/100.htm to
http://www.mydomain.com/646.htm
and everything in between those numbers is a page too.
I think I need to make 100 to 646 into a variable and then echo the URL with the variable in an unordered list. But I don't know quite how to write it.
If this is considered a script request and not script help, I apologize and I will delete and re-post into the script request forum, just let me know. Thanks.