Hey mate i updated the script with the suggestion you made, also i updated the cookie location to absolute rather than relative and now the cookie.txt file is actually populated with a bit of data.
http://zerovektor.com/pastebin/pastebin.php?show=113
The latter part of my script still isn't bringing up any data. I'm not sure if i did the cookiefile setting right though ~ curl_setopt ($ch, CURLOPT_COOKIEFILE, 1);
edit: just changed it to: curl_setopt ($ch, CURLOPT_COOKIEFILE, 'C:\xampp\htdocs\nittotest\cookie.txt');
still not sure if it's correct :S