query("INSERT INTO `customer_support` (`customer_first_name`, `customer_last_name`, `customer_emailid`, `customer_contact_number`, `customer_company_country`, `customer_company_name`, `customer_products_services`, `customer_your_use_case`, `customer_monthly_spend_infrastructure`, `customer_deployment_migration`, `customer_message`) VALUES ('$customer_first_name', '$customer_last_name', '$customer_emailid', '$customer_contact_number', $customer_company_country, '$customer_company_name', $customer_products_services, $customer_your_use_case, '$customer_monthly_spend_infrastructure', '$customer_deployment_migration', '$customer_message')"); $response["message"] = "Success"; $response["status"] = 200; } } else { $response["message"] = "INVALID REQUEST"; $response["status"] = 400; } echo json_encode($response);