Table of Contents

Parameters

Changing the Parameters

Making changes to parameters is easy, and allows you to customize how your chat works. To change them, first open index.php in the root of your Php Free Chat folder. Look for several lines that start with $params; this is your parameters list. The parameters list is set into the $params array and passed into the class. To add a new parameter, simply follow the same syntax as the others:

$params['parameter_name'] = [parameter value, either as a string or array depending on the parameter];
 
 

Parameter List