Topic: including the forum in another page
This is mostly a question about theory. I recently installed PunBB. My plans were to use a PHP file for URL redirection. Basically, *every* URL goes to the file index.php, which parses the URL and includes the proper file. Big emphasis on "include."
Simply put: I cannot include PunBB inside another PHP file.
I had a similar problem with phpBB, which led me to search for a simpler BB: you guys. Same problem, though. So, if it's not too much trouble, I was wondering, as far as technical theory goes, what am I not getting? What is it that makes these apps impossible to nest inside a PHP include()?
--E.