My first page is okay. When I click previous or archive it takes me to that particular page but problem is when from this second page if I click next or previous I get "page not found". Problem looks like is with URL as on second page URL is http://192.0.0.162/fb.phpimage/1/
which I guess should be http://192.0.0.162/fb.php?p=image/1/
A similiar problem is discussed at http://folderblog.org/discussion/441/
when I put this code
<?php
echo "GET: " . $_GET["p"] . "
echo "get(): " . get("p") . "
";
?>
I get
Notice: Undefined Index: p in c:\inetpub\folderblog\fb.php(535) : eval()'d code on line 2
Also I am usinf Win2K with PHP 4.4 but GD2 is not installed so there are no thumbnails. I checked it using phpinfo().
Thanks,
Navdeep
posted by Navdeep on 8 Sep 05 at 8:05 AM

