• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Calling vBulletin into a CFM page

Community Beginner ,
Nov 25, 2008 Nov 25, 2008

Copy link to clipboard

Copied

Would like to know if it is possible to call a PHP page into a CFM page. I would like to have the main page header and footer in CFM and the center content load our vBulletin page in PHP. I know this is possible with iFrames, but not all browsers support this method.

Is there a better option?

Thanks in advance for any assistance you may be able to provide.
TOPICS
Advanced techniques

Views

422

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 25, 2008 Nov 25, 2008

Copy link to clipboard

Copied

LATEST
CalTek wrote:
> Would like to know if it is possible to call a PHP page into a CFM page. I
> would like to have the main page header and footer in CFM and the center
> content load our vBulletin page in PHP. I know this is possible with iFrames,
> but not all browsers support this method.
>
> Is there a better option?
>
> Thanks in advance for any assistance you may be able to provide.

Theoretically you can run PHP inside ColdFusion:
http://www.caucho.com/resin-3.0/quercus/,
http://corfield.org/entry/ColdFusion_8_running_PHP. Practically I found
it's very buggy and unstable for real work so I went the CFHTTP way for
a small project I did.

Another solution would be to generate the header and footer as static
html and include that in PHP (and regenerate the HTML when needed).

--
Mack

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation