Re: [PHP] tag img and php

2002-05-16 Thread Maciej Przybycien
Thank you for responding to my email. I am still stuck with my problem. I am using additionally jpgraph-1.6.1. Here is the content of my try.php file: SetScale("textlin"); $graph->img->SetMargin(30,30,50,50); $graph->xaxis->SetFont(FF_FONT1,FS_BOLD); $graph->title->Set("SMT HISTOGRAMS"); // A n

Re: [PHP] tag img and php

2002-05-16 Thread Jim lucas
show the contents of 'try_param.php' please. Jim Lucas - Original Message - From: "Maciej Przybycien" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 10:38 AM Subject: [PHP] tag img and php > > Hi, > I included php file as html img: > height="240" > > and Ne

Re: [PHP] tag img and php

2002-05-15 Thread Miguel Cruz
On Wed, 15 May 2002, Maciej Przybycien wrote: > I included php file as html img: > 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

Re: [PHP] tag img and php

2002-05-15 Thread 1LT John W. Holmes
Yes, that does work, but the big question is if try_param.php is outputting an image? How are you doing it? Are you setting the appropriate headers()? ---John Holmes... - Original Message - From: "Maciej Przybycien" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 200