Hi,
I'll be honest: php is not my favorite programming language. That honor
goes to ruby. And I don't mean ruby-on-rails; just straight, pure
unfettered ruby. I use ruby to write web applications and just about
everything else.
However, there are obviously very many web applications and web
CTED]
> www.phpbeginner.com
>
>
>
>
> -Original Message-
> From: John Monfort [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 22, 2001 2:42 PM
> To: Maxim Maletsky
> Cc: 'PHP General List. (E-mail)'
> Subject: Re: [PHP] PHP & RUBY
>
>
>
27; files could be confusing
to others, so you might want to stick to the conventional
naming system for simplicity's sake....
PHP=>".php", Ruby=>".rhtml"
> -Original Message-
> > Hello gurus,
> >
> > does anyone know a way to
To: Maxim Maletsky
Cc: 'PHP General List. (E-mail)'
Subject: Re: [PHP] PHP & RUBY
What is RUBY?
-John
On Tue, 22 May 2001, Maxim Maletsky wrote:
> Hello gurus,
>
> does anyone know a way to make PHP and RUBY running together (parsing both
> the same file) ?
>
>
What is RUBY?
-John
On Tue, 22 May 2001, Maxim Maletsky wrote:
> Hello gurus,
>
> does anyone know a way to make PHP and RUBY running together (parsing both
> the same file) ?
>
> This is what I tried to do:
>
> httpd.conf:
>
> AddType application/x-httpd-php-source .phps
>
Cc: 'PHP General List. (E-mail)'
Subject: Re: [PHP] PHP & RUBY
Well, sort of by definition you can't do this. You can't have multiple
mime types mapping to the same extension. And even if you could, Apache
can only have one content-generating phase. Anything that genera
Well, sort of by definition you can't do this. You can't have multiple
mime types mapping to the same extension. And even if you could, Apache
can only have one content-generating phase. Anything that generates
content will send it back to the client. With Apache2 it will be possible
to layer
Hello gurus,
does anyone know a way to make PHP and RUBY running together (parsing both
the same file) ?
This is what I tried to do:
httpd.conf:
AddType application/x-httpd-php-source .phps
AddType application/x-httpd-php .html
#Action application/x-httpd-php "/php/php
8 matches
Mail list logo