PHP inside a ASP page
3 posts by 2 authors in: Forums > CMS Builder
Last Post: August 7, 2008 (RSS)
By vinco - August 6, 2008 - edited: August 6, 2008
Hi,
I have an ASP Page that still uses MS Acess to for logins. On this page, however I would like to show current news. Is there anyway to allow php to run inside an ASP page?
Thank you for your help
I have an ASP Page that still uses MS Acess to for logins. On this page, however I would like to show current news. Is there anyway to allow php to run inside an ASP page?
Thank you for your help
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?
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
interactivetools.com
Re: [Dave] PHP inside a PHP page
By vinco - August 7, 2008
The iframe worked like a charm!
Thanks for the advice
Thanks for the advice