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

PHP on a COLDFUSION SERVER

New Here ,
Jul 26, 2006 Jul 26, 2006

Copy link to clipboard

Copied

Hi,

I have the following question: Is it possible to get PHP running on a Coldfusion server? I have a forum in php which I want to be displayed on the webpage running under Coldfusion.

Is this possible? What would be the best solution?

Regards,

Kabbi Thkek

Views

3.0K

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
Contributor ,
Jul 26, 2006 Jul 26, 2006

Copy link to clipboard

Copied

I have had success running PHP and Coldfusion together with Apache on Windows and Linux.

Start with installing Apache then install Coldfusion to use apache as the webserver, then install PHP

Or PHP then Coldfusion...

It'll work. :)

Frank

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
LEGEND ,
Jul 26, 2006 Jul 26, 2006

Copy link to clipboard

Copied

Of course, you can run ColdFusion and PHP at the same time in one machine.
I am running both of them on Windows and with IIS.

But I think kabbi~'s question is, in fact, this is my question, too, can we
run a PHP page embedded inside a ColdFusion page? The only way I can think
of is using frames, but frames can be tricky in many cases, so I want to
avoid it if possible. Is there a better way to do this?

YC


"frank_tudor" <webforumsuser@macromedia.com> wrote in message
news:ea86v1$rfk$1@forums.macromedia.com...
>I have had success running PHP and Coldfusion together with Apache on
>Windows
> and Linux.
>
> Start with installing Apache then install Coldfusion to use apache as the
> webserver, then install PHP
>
> Or PHP then Coldfusion...
>
> It'll work. :)
>
> Frank
>


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
LEGEND ,
Jul 26, 2006 Jul 26, 2006

Copy link to clipboard

Copied

Well no, not inside a page. You can not embed PHP code in a CFM file
and expect the ColdFusion engine to know what to do with it, anymore
then you can embed CFML code in a PHP file and expect the PHP engine to
understand it.

You can cross process with frames, as mentioned. Since then each
request will be sent to the appropiate engine by the web server.

You can also use web services to pass information from one app server to
the other.

With ColdFusion you could use the CFHTTP tag to call a PHP page and
process what it returns. I'm sure PHP has similar functionality.

Those are the three ideas I could come up with.

YC wrote:
> Of course, you can run ColdFusion and PHP at the same time in one machine.
> I am running both of them on Windows and with IIS.
>
> But I think kabbi~'s question is, in fact, this is my question, too, can we
> run a PHP page embedded inside a ColdFusion page? The only way I can think
> of is using frames, but frames can be tricky in many cases, so I want to
> avoid it if possible. Is there a better way to do this?
>
> YC
>
>
> "frank_tudor" <webforumsuser@macromedia.com> wrote in message
> news:ea86v1$rfk$1@forums.macromedia.com...
>> I have had success running PHP and Coldfusion together with Apache on
>> Windows
>> and Linux.
>>
>> Start with installing Apache then install Coldfusion to use apache as the
>> webserver, then install PHP
>>
>> Or PHP then Coldfusion...
>>
>> It'll work. :)
>>
>> Frank
>>
>
>

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
New Here ,
Aug 01, 2006 Aug 01, 2006

Copy link to clipboard

Copied

LATEST
Hmm Thank you all for this info.... The CFHTTP tag could be a possibilite.

Thanks!

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