getMessage(); } $db = new dbquery(); $db->connect(); $db->query("select ID as ID, LABEL as LABEL from ".$_SESSION['tablename']['domains']." where ID in (select ID from ".$_SESSION['tablename']['domain_service']." where ID_SERVICE = '".$_REQUEST['destination_id']."') order by LABEL"); $selectDestination = ""; echo "{status : 0, selectDomain : '".addslashes($selectDestination)."'}"; exit(); ?>