From: Vadim Shevchenko Date: 2007-07-31T22:24:38+09:00 Subject: Re: Ruby and PHP code in html-page John Joyce wrote: > On Jul 30, 2007, at 7:48 AM, Vadim Shevchenko wrote: > >>> Try using SSI for the php code. >> > It might be possible to use ERb (Ruby) to insert the PHP. > And then have the server first process files with Ruby, then with PHP. > Depends on the server. It's ugly, maybe a little slower, but probably > possible. How can I use ERB for processig PHP-code? ERB parse only Ruby-code. Or not? -- Posted via http://www.ruby-forum.com/.