Old links are no longer working
For a number of years I have used the following code to display a blank page containing a specified image when clicking on a thumbnail image:
<a href="blank.php?img=path/photoname.jpg"><img src="thumbnail path/name.jpg" /></a>
It now calls up a totally blank page. Has something changed in php? html? When code has worked for a long time and suddenly breaks, I assume something in the system has changed that I'm unaware of.
Thanks for any information.
