Posted by Will on 05/23/05 06:49
I don't know if I can explain what is happening but I will give it a try.
I have 2 pages that display a set of thumbnail and they are almost
identical. The only difference is the text file they point to that
holds the picture information. I have a php script that reads the text
file and lays out the thumbnails and creates a link to a page that shows
the full image. The first thing the html file does is open a session so
I can store some information that the full size page needs. I type the
url in for the first thumbnail page and it works perfect and goes to the
full size page and back perfect. When I click the link to the other
thumbnail page it can't find the text file and it looks like it can't
find the .css file and other files. If I type the exact same link in
for the second page it works fine. The url's are identical but if I
type it in it works if I go to it through a link it doesn't work. I am
pretty stumped by this. I figure it must have to do with the sessions
but I don't know. At first I was not destroying the sessions so added
that but it acted just the same.
Thanks,
Will
[Back to original message]
|