Re: [PHP] Flushing image from database to browser - how to get itcached??

2002-12-23 Thread Dries Verachtert
/manual/en/function.header.php you can find the headers which are sent to not cache the page. You can add the headers which tell the browser to cache the page. To be honest: it doesn't always work here.. for some reason, IE sometimes still refuses to cache certain pages. Kind regards, Dries Verachtert

Re: [PHP] $_SERVER["PATH_TRANSLATED"] returns empty string

2002-12-20 Thread Dries Verachtert
Is $_SERVER["SCRIPT_FILENAME"] the information you need? (on apache 2.0, php 4.2.2) Kind regards, Dries Verachtert On Fri, 2002-12-20 at 15:40, Robert Nedbal wrote: > On Wed, 18 Dec 2002, Chris Hewitt wrote: > > Robert Nedbal wrote: > > >So should I try to use a

Re: [PHP] Apache2 & PHP4

2002-12-20 Thread Dries Verachtert
.htaccess files work in apache 1.3 if i remember correctly. It's possible you only need a 'AllowOverride FileInfo' to make it work. This works without problems for me on RH8 with the apache/php from RH8. Kind regards, Dries Verachtert On Fri, 2002-12-20 at 10:32, Chase Urich wrote

[Fwd: Re: [PHP] PHP not working in html]

2002-12-20 Thread Dries Verachtert
PHP Example in apache 1.3.x: Between the and tags, add the following: AddType application/x-httpd-php .html Kind regards, Dries Verachtert On Thu, 2002-11-07 at 22:27, 1LT John W. Holmes wrote: > > PHP isn't working in my html docs - what changes do I need to make to get > i

Re: [PHP] PHP not working in html

2002-12-20 Thread Dries Verachtert
PHP Example in apache 1.3.x: Between the and tags, add the following: AddType application/x-httpd-php .html Kind regards, Dries Verachtert On Thu, 2002-11-07 at 22:27, 1LT John W. Holmes wrote: > > PHP isn't working in my html docs - what changes do I need to make to get > i