piedsilkick
New Member
\[code\]<?$request_url = 'http://www.betjamaica.com/livelines2008/lines.asmx/Load_Latest_Lines?SportType=Football&SportSubType=NFL&GameType=GAME';$ch = curl_init();$timeout = 5;curl_setopt($ch, CURLOPT_URL, $request_url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = http://stackoverflow.com/questions/2023320/curl_exec($ch);curl_close($ch);print"<textarea rows='10' cols='80'>";print htmlentities($data);print "</textarea>";exit();?>\[/code\]This produces no results in the textarea but there should be. Other feeds work fine.