Re: Automatic Tile Cutter - HELP!
I've gone ahead and stripped the php image serving script down to a
minimum, just trying to serve up one image. Here it is:
---------------------------------
<?php
header("Content-type: image/gif");
define("NO_DATA", "./no_data.gif");
$content = file_get_contents( NO_DATA );
echo $content;
?>
------------------------------------------------------------
Here is a link to the file:
http://www.hikershangout.com/google/images/test.php
And here is a link to the image it is trying to display:
http://www.hikershangout.com/google/images/no_data.gif
It displays just fine by itself when entered as above, but the darn PHP
script is still botching it. I am a bit rusty on all this, so I am
sorry if I am missing something obvious.
Thanks for all your thoughts and help here guys!
Brian
0 Comments:
Yorum Gönder
<< Home