Find this in the PHP file:
code:
echo "<img src=\"$image_folder/$image_name\" />;"
Replace it with this:
code:
header("Location: http://yoursite.com/path/to/image/folder/$image_folder/$image_name");
Then add this to your board where you want the image to show up:
code:
<img src="PHP file URL"border="0" />