I just want to say that the solution
almost works in vb3.0.4 - the PDA Archive finally opens up but when I click on one of the forums listed I am redirected back to the PDA Index. The URL seems to indicate that it has tried something as it reads like:
http://www.talk-history.com/forum/ar....php?f-52.html
I suppose the problem is with this line:
PHP Code:
$querystring = "f-" . intval($f) . iif($p, "-p-" . intval($p)) . ".html";
although my knowledge of PHP is extremely limited.
Can anyone help?