Quote:
Originally Posted by AgentZee
thanks for this goat  - had to use this on the image.php page to stop it doing weird things during testing.
<image src="images/<?php echo $_GET['f']?>/<?php echo $_GET['id']?>.jpg" border="0" />
|
That, as you have described there, is getting the gallery identification and the picture identification cross wired!
I've just read through the tutorial again, and where I was looking at it, I realised that I should have used something else to represent the image (possibly 'p' for photo). The reason I used the 'f' was when I was building it, I was building a site in Spanish, and 'f' is the inital for fotografía where as it could be confused in English as folder... Sorry for the confusion.
I have extended this script a bit, as to give the impression that you are updating your thumbnail page every day, where in fact you could only be doing it on a monthly basis... If anyone wants that posting up here, then let me know, and I'll sort it out.