Hi all,
Having trouble finding an answer to my question so i thought i would try here.
I have multiple sites that I want to include some php files from a main site. So when I change the files on the main site all the other sites will be updated as well.
http://www.example.com/include.php
include 'http://www.example.com/include.php';
Not a problem.
The problem I'm having is after i include this file I can't call any functions/classes in this file.
Am I missing something or doing something wrong?
All help is appreciated.