PHP Include?

  • Thread starter Thread starter mneylon
  • Start date Start date

mneylon

Guest
Member
I'm trying to integrate Blockscript with a Xenforo install.
The basic integration is via a PHP include:
Code:

include_once("./full-path-to/blockscript/detector.php");
This would need to be in the header of every page
What's the simplest way to do this??

Continue reading...

Continue reading...
 
Top