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
>
>
>
ummm... what are you trying to do??
are you trying to parse a PHP script, then parse the
output as Ruby?? You can do that in PHP, with code.
As far as i know, the statements you suggest below
won't work (or at least, wont work the way you want
them to)
PS: having PHP parse '.html' files could
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
6 matches
Mail list logo