Hi,
I'm pretty sure I've tried everything possible, but I just can't get my cURL to work.
I have lots of working cURL functions, but this particular site I'm trying to cURL to doesnt want to let me connect:
I can type the URL (http and https version) into the address bar, and it gives me the information I want, but to make it useful, I need to use it in a PHP function.
No matter what I try:
cURL
file_get_contents
readfile
fopen
none of them let me see this information which I can see which I can see when I type that URL into the address bar.
(I can't really give out the link on a public forum)
Anybody any ideas?