"; return $response; } $todayDateMonthInfo = curl_request("http://numbersapi.com/". $now->format('m') . "/" . $now->format('d') . "/date"); $todayDateInfo = curl_request("http://numbersapi.com/". $now->format('d')); // $todayDateWith0Info = curl_request("http://numbersapi.com/". $now->format('d') . "0..9"); $todayDateMathInfo = curl_request("http://numbersapi.com/". $now->format('d') . "/math"); ?>