View Single Post
06-08-2005, 06:36 PM
#1
techo is offline techo
Status: Lurker
Join date: Jun 2005
Location:
Expertise:
Software:
 
Posts: 1,473
iTrader: 0 / 0%
 

techo is on a distinguished road

  Old  PHP Include a forum?

I have a phpBB forum, and I was wondering if I could put it in my site like this: http://forums.short-designs.com/ instead of just a whole phpBB page. Could this be done with php includes? Like:

<?php
include ('www.mydomain.com/forum')
?>

And then it would work? Or not..?