This one time, at band camp, Justin French <[EMAIL PROTECTED]> wrote:
> In other words, you HTML source looks like this:
>
> <img src='images.php?id=45'>
>
> NOT
>
> <img src='{RAW BINARY DATA HERE}'>
Yes, but how is this different from anything the terraserver is doing?
when the images.php script is called if would do something like
Select the image data from the database
header("Content-type: image/jpeg");
echo $row['image_data'];
surely this is as fast as we go, or is this adding an extra layer as
suggested in the first mail?
Kind regards
Kevin
--
______
(_____ \
_____) ) ____ ____ ____ ____
| ____/ / _ ) / _ | / ___) / _ )
| | ( (/ / ( ( | |( (___ ( (/ /
|_| \____) \_||_| \____) \____)
Kevin Waterson
Port Macquarie, Australia
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php