

EXAMPLE PHP CODE: require(./livezilla/api.php ) 3.) Create an instance of the LiveZilla API: EXAMPLE PHP CODE: $API = new LiveZillaAPI 4.) Call the API functions.

EXAMPLE PHP CODE: define( LIVEZILLAPATH./livezilla/ ) 2.) Require the LiveZilla API file into the file where you intend to use LiveZilla API. This constant is used to specify the relative path of the LiveZilla installation you like to access.

1 LiveZilla API Quick Documentation For LiveZilla 4.2.x Index 1.) How to use the API & Examples 2.) API Objects LiveZilla API CommercialChatVoucherType CommercialChatBillingType Operator 1 2 How to use the LiveZilla API 1.) You always need to define a constant named LIVEZILLAPATH before accessing the API file.
