I have a regular php site. I also have a ruby / rails application. Now I want to put the HTML generated by ruby / rails application within a <div> section of a php page. This should be similar to like calling a php function within a <div> section, which would produce the HTML output of the php function. Is such a thing possible between php and ruby / rails? Any help will be appreciated. Thanks ravi