<img src="try_param.php">

That is a whole seperate request that  has nothing to do with Java servlets.
Who cares what program generates the HTML, it could be Frontpage for all I
care. If you want this to work, then try_param.php has to be a seperate PHP
file that creates image headers() and outputs image data....

What are you trying to do?

---John Holmes...

----- Original Message -----
From: "Maciej Przybycien" <[EMAIL PROTECTED]>
To: "1LT John W. Holmes" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, May 15, 2002 3:25 PM
Subject: Re: [PHP] php and servlets (fwd)


>
> No really. If I generate html on-fly in Java servlets
> and 'try_param.php' is pointed in img then php does not generate any
> output. But that is my goal.
>
> However if I point 'try_param.php' in image in static html and I load that
> file image is generated.
>
> So my question is if I need any specific compilation or support for Java
> servlets.
>
>                Thanks,
>                   Maciej
>
>
> On Wed, 15 May 2002, 1LT John W. Holmes wrote:
>
> > So if you see an image, what's the problem?
> >
> > ---John Holmes...
> >
> > ----- Original Message -----
> > From: "Maciej Przybycien" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, May 15, 2002 2:50 PM
> > Subject: [PHP] php and servlets (fwd)
> > >
> > >
> > > The problem seems to come because I generate html and include
> > > <img src="/smtMonitoring/jpgraph_cache/try_param.php"  ...
> > > from Java servlets.
> > >
> > > If my '<img src="/smtMonitoring/jpgraph_cache/try_param.php" ..'
> > > is included in html file and I load that html the image appears on the
> > > screen with no problem.
> > >
> > > Do I need any special php compilation or support for Java servlets?
> > >
> > >        Thanks,
> > >          Maciej
> > >
> > >
> > > On Wed, 15 May 2002, 1LT John W. Holmes wrote:
> > >
> > > > 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, 2002 1:38 PM
> > > > Subject: [PHP] tag img and php
> > > >
> > > >
> > > > >
> > > > > Hi,
> > > > > 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.
> > > > >
> > > > > According to the documentation 'try_param.php' should be
interpereted
> > > > > fine.
> > > > > What could be the problem?
> > > > >
> > > > >      Thank you,
> > > > >         Maciek
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > PHP General Mailing List (http://www.php.net/)
> > > > > To unsubscribe, visit: http://www.php.net/unsub.php
> > > > >
> > > >
> > >
> > >
> > >
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> >
>
>


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

Reply via email to