| > I am trying to download a website, but the problem I
> am having is that the website consists of mostly php
> pages that are generated when you try to go to the
> page, and because they are not links the are not
> downloaded(?).
PHP, CGI are irrevelent. You can not get server side code you the html output
related files.
> As an example the front page and all links off of it
> are fine. But in the pages 'Author list' 'New
> Stories' and 'Top ten', all of the "Go to story" "Go
The Go to story is a form. HTT does not click on forms.
The form goes to <http://fanfic.gargoyles-fans.org/story.php> One identical url
for all stories. Stupid webmasters, without links means search engines can't
spider their site - no traffic. All that extra work for nothing. They could
have made the button a clickable image to a real url. but no. | |