Curt Zirzow <[EMAIL PROTECTED]> wrote:
> [...]
> if (file_exists($file) ) {
>  header('Content-Yype: image/jpeg');
ooops -------------^

>  readfile($file);
> } else {
>  header('Content-Yype: text/html');
ditto -------------^

Curt
-- 
:%s/-Yype/-Type


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to