Posted by John Dunlop on 07/21/05 15:15
BKDotCom wrote:
> header('HTTP/1.0 404 Not Found');
> header('location: '.$image_url);
> exit;
>
> or
>
> header('HTTP/1.0 404 Not Found');
> header('Content-Type: image/whatever');
> readfile($imagefilepath);
> exit
>
> is one way more better?
#2 is much betterer because #1 doesn't make much sense.
--
Jock
Navigation:
[Reply to this message]
|