Re: [EMAIL PROTECTED] Dynamic text-file created by PHP

2008-01-31 Thread Matus UHLAR - fantomas
> > > > you can make the .txt a php script and force pargins by php parser > > > > by using and SetHandler > > > > On 25.01.08 06:59, Kent Larsson wrote: > > > Thank you! But I still don't get it to work. > > > > > > > > SetType application/x-httpd-php > > > > > Tried SetHandler as suggested

Re: [EMAIL PROTECTED] Dynamic text-file created by PHP

2008-01-26 Thread Kent Larsson
> > > On 25.01.08 06:59, Kent Larsson wrote: > > > you can make the .txt a php script and force pargins by php parser by > > > using > > > and SetHandler > > > > Thank you! But I still don't get it to work. > > > > > SetType application/x-httpd-php > > > > > Tried SetHandler as suggested? Ye

Re: [EMAIL PROTECTED] Dynamic text-file created by PHP

2008-01-26 Thread Eric Covener
On Jan 26, 2008 3:47 AM, Kent Larsson <[EMAIL PROTECTED]> wrote: > > On 25.01.08 06:59, Kent Larsson wrote: > > you can make the .txt a php script and force pargins by php parser by using > > and SetHandler > > Thank you! But I still don't get it to work. > > SetType application/x-httpd-php >

Re: [EMAIL PROTECTED] Dynamic text-file created by PHP

2008-01-26 Thread Kent Larsson
> On 25.01.08 06:59, Kent Larsson wrote: > > I want to create a dynamic textfile using PHP for each request of it. If the > > users asks for http://server/textfile.txt I want a PHP-script to execute and > > serve the textual data completely transparent to the user. This is a "single > > case" so as

Re: [EMAIL PROTECTED] Dynamic text-file created by PHP

2008-01-25 Thread Matus UHLAR - fantomas
On 25.01.08 06:59, Kent Larsson wrote: > I want to create a dynamic textfile using PHP for each request of it. If the > users asks for http://server/textfile.txt I want a PHP-script to execute and > serve the textual data completely transparent to the user. This is a "single > case" so associating

[EMAIL PROTECTED] Dynamic text-file created by PHP

2008-01-24 Thread Kent Larsson
Hi, I want to create a dynamic textfile using PHP for each request of it. If the users asks for http://server/textfile.txt I want a PHP-script to execute and serve the textual data completely transparent to the user. This is a "single case" so associating all txt-files with PHP is not what I would