I have the following code. Which shows the webpage in php.
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://jobseekers.direct.gov.uk/listjob.aspx?sessionid=94d5cfde-f7f1-40e9-bef6-2f587b4f04b0&pid=4&sid=421116805&p=1&so=1&rpp=20");
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
$curled=curl_exec($ch);
curl_close($ch);
print_r($curled);
?>
I want to take the elements such as the job role out with cURL. I would like to make a list of all the roles, but I know how to do that from watching a tutorial. The job roles are embedded in the TD class