John T. Beresford <[EMAIL PROTECTED]> wrote:
> Hi All,

Hi

> 
> [...]
> 
> The relevent PHP code from my system for the checking is:
> 
> if ($type != "image/jpeg") {
> $ReturnSaying = "!! The file is not a JPEG picture. Please try again";
> include("photo_error.php");
> exit;
 
where is the variable $type comming from?


Curt.
-- 


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

Reply via email to