PHP inside a ASP page

3 posts by 2 authors in: Forums > CMS Builder
Last Post: August 7, 2008   (RSS)

Re: [vinco] PHP inside a PHP page

By Dave - August 6, 2008

Hi vinco,

There's no easy way that I know of. I can think of a few complicated ways like having the ASP code download a PHP page from an url and include it. I'm not sure what the code for that would be though.

What about including the php content in an iframe? Is that an option?
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] PHP inside a PHP page

By vinco - August 7, 2008

The iframe worked like a charm!

Thanks for the advice