Answer the question
In order to leave comments, you need to log in
How to run IDEA Mind Map?
Downloaded the IDEA Mind Map plugin
https://plugins.jetbrains.com/plugin/8045-idea-mind-map
Can't figure out how to use it?
Upd: figured it out, you can't run it under Pycharm, you need to download the application under WIn.
Answer the question
In order to leave comments, you need to log in
We need to see what else cUrl reports after the request is completed.
$result = curl_exec($curl);
$info = curl_getinfo($curl);
$error = curl_error($curl);
echo "result: "; var_dump($result);
echo "info: "; var_dump($info);
echo "error: "; var_dump($error);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question