Hello everybody I am sending data by ajax from a custom module to make inquiries with the data sent, so I include a connectionDB.php with this data: include('config.php'); $db_host_name=$sugar_config[dbconfig][db_host_name]; $db_user_name=$sugar_config…