Shared_Lib Installation Instructions -------------------------------------- Simply extract the archive into a convenient location within your project. Where your code requires a function from within Shared_lib simply use an include_once to include the main library file; // Assuming you installed in the folder lib include_once 'lib/Shared_lib/shared_lib.php'; To call a function, simply use the function name. i.e. to call function OnCliorCGI() from within your code simply use OnCliorCGI();