Yepp,
I do... they are stored in the file called "telefocal_header.inc" below which in turn is located in the folder:
C:\Inetpub\wwwroot\adrian\essentials
My host company does not allow me the rights to modify the Php.ini, therefore i cannot change the include_path = "C:\Inetpub\wwwroot\adrian\essentials" on the PHP.INI itself.
They suggest i evoke the script
/* Standard Header File */
ini_set("include_path", "C:\Inetpub\wwwroot\adrian\essentials");
include ("telefocal_header.inc");
but i'd rather not put the "C:\Inetpbub\wwwroot\adrian\essentials" on each & every page as this location may change, and when that happens i'd need to update all my pages one-by-one....
Thanks!