miahmiah900
Programmer
I have not been able to get a cURL request to work in PHP. Is there anyone that can suggest a solution for me?
Everytime I use curl_exec() in PHP to do anything, it works and works for a long time and never produces a result.
I would ask as I have tried many things and cannot find a way to fix the problem. I have tried it on different static urls which should work fine, and curl_exec() still produces nothing.
I have seen curl work before, only on a different server that I no longer use though. I have tried simplified examples and they produce no result. Right now I have no idea where the problem is.
Everytime I use curl_exec() in PHP to do anything, it works and works for a long time and never produces a result.
I would ask as I have tried many things and cannot find a way to fix the problem. I have tried it on different static urls which should work fine, and curl_exec() still produces nothing.
I have seen curl work before, only on a different server that I no longer use though. I have tried simplified examples and they produce no result. Right now I have no idea where the problem is.