Hi Guys,
I'm trying to create a script to get ClientID by Unique ID or Client Name which will then send a message to the ClientID based on text box input. I'm having issues getting the CID, if anyone could help I'd really appreciate this.
Based on the PHP framework API and googling I've got this so far.
$cluid = <UID HERE>
$ts3->execute("clientgetids", array("cluid" => $cluid))->toAssocArray("clid");
But this doesn't allow me to return CLID to a variable, any ideas?