folderblog
What is folderblog?
Folderblog is a free PHP script that automatically displays the images placed in a given directory, no database needed. It can be used as a blog or gallery — and anything in between.

» demo blog   » learn more   » download now

Discussion
Kind Attn Donald :Relexation problem(back to index)
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
Another addition just when you go from first page to second by clicking previous as mentioned above the error of $_GET["p"] vansihes and gives me the value

GET: image/2/
get():

posted by Navdeep on 8 Sep 05 at 8:14 AM
Post a Reply:

Name:    Remember me
URL:    
(include http:// or mailto:)
(back to index)