CURLOPT_URL => "https://api.airdeed.com/v1.1/client/property/.$_POST{'ID'}/historical?state=".$_POST['state'],
When a form on the website is submitted to retrieve API data with added "ID" and "State". It's not pulling in the ID and just hangs.
Have no issue getting others to work when all parameters are at the end of string but with this "ID" being in the middle. I'm not sure what it should look like
Thanks