On Wed, 15 May 2002, Maciej Przybycien wrote:
> I included php file as html img:
> <img src="/smtMonitoring/jpgraph_cache/try_param.php" width="340"
> height="240" >
> and Netscape brawser seems not to interpret that. However if I change 
> try_param.php -> try_param.png then image can be desplayed. 

Does try_param.php contain the magic line:

   header('Content-Type: image/png');

??

miguel


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

Reply via email to