apache2 and php rendering

2005-09-08 Thread Bernd Prager
Hi, I'm trying to use some Flickr images on my website and wrote a php script that gets me the link. Within the html page I want to use now a tag like img src=/php/getImage.php / for the image. If I call the script directly in the browser with http://myserver/php/getImage.php; I get the desired

Re: apache2 and php rendering

2005-09-08 Thread Almut Behrens
On Thu, Sep 08, 2005 at 06:01:07PM -0400, Bernd Prager wrote: I'm trying to use some Flickr images on my website and wrote a php script that gets me the link. Within the html page I want to use now a tag like img src=/php/getImage.php / for the image. If I call the script directly in the

Re: apache2 and php rendering

2005-09-08 Thread Angelo Bertolli
Bernd Prager wrote: Hi, I'm trying to use some Flickr images on my website and wrote a php script that gets me the link. Within the html page I want to use now a tag like img src=/php/getImage.php / for the image. If I call the script directly in the browser with