I have a php file which includes some commonly used functions. These are functions I have been working on for years and I still update them. I include this file on all php pages on all my websites. However, since I have a separate copy of the file on each website, sometimes it is complicated keeping them all updated. Is there a way to have all my websites access the same copy of this file ?
I have tried to include using
include "http://oneofmysites.com/functions.php"
but that doesn't work.
I have tried to include using
include "http://oneofmysites.com/functions.php"
but that doesn't work.
Comment