Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

coldfusion and phpbb

Status
Not open for further replies.

twistedherb

Technical User
Joined
Aug 27, 2003
Messages
1
Location
GB
Can coldfusion run phpbb or should i simply use php editor alone to do this? basically what i want to do is a discussion forum for a site and i was thinking the best way to do this is using phpbb. if i'm asking a silly question excuse i am still learning at the moment.

help would be very much appreciated
 
I'm currently using PHPBoard with Coldfusion running on the same box and works well. You could also try to find a worthwhile coldfusion board if you dont want to use PHP.
 
In order to use PHPbb, you'd need PHP running on your server. ColdFusion would not be able to interpret the code in PHPbb... nor would the web server ever attempt to pass the code to ColdFusion (unless you did something specific and wacky to your web server configuration file).

There are several decent alternatives for bulletin boards/forums that do run on ColdFusion, though. Just do a web search, or look in Macromedia's Developer Exchange (
FuseTalk is a very popular, fairly robust one. But there are others.


But, there's nothing that says you can't have ColdFusion and PHP running on the same web server (in which case you could easily use PHPbb and ColdFusion pages together)... except perhaps resources and memory on the box.


-Carl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top