The link reads:
<A href="Http://www.domain.com/directory/cgi-bin/advguest.cgi?view">View the guest book</a>
I am modifying a script, but on the author's site the sript runs perfectly. Any ideas?
Doing it the way shown is not perhaps best practice as it doesn't follow the CGI specification - a more correct version would be something like script.cgi?action=view to pass variable name / value pairs to the script.
If ?view is the way the author has written it though, then there shouldn't be any problems.
Are you having any specific trouble with the script?