Hey,
I'm using cURL. On my local server it's all working fine. But when I install it on my website it just give me no output. I read on the php website:
$url1 = "
this is my url. but when I put a '/' at the end it just stays the same...
Another option is to contact my hoster. But what does he have to do to let ik work?
Anyone a solution?
thanks!
greetings
The One And Only KryptoS
I'm using cURL. On my local server it's all working fine. But when I install it on my website it just give me no output. I read on the php website:
For some reason on some webservers it may not be able to understand what cURL is doing. If you're getting unexpected results (like getting no output when the URL is valid) while using curl_init(). Add a trailing slash '/' after the url if you haven't done so already.
$url1 = "
this is my url. but when I put a '/' at the end it just stays the same...
Another option is to contact my hoster. But what does he have to do to let ik work?
Anyone a solution?
thanks!
greetings
The One And Only KryptoS