Gracias pateketrueke pero no me pidas 'estilo'

a duras penas me doy maña...
Ahora sí corre bien con esto
Código PHP:
$name="http://www.gwinnettdailypost.net/GDP-Legals/LegalAds/950.html";
$data = file_get_contents("http://www.gwinnettdailypost.net/GDP-Legals/LegalAds/950.html");
preg_match('/Security Deed given by /', $data, $m);
//preg_match("/<div id=\"precio\">(.*?)<\/div>/", $data, $m);
echo $m[1];
pero no devuelve el texto y sé que está ahí...
está bien la sintaxis ?
Mil gracias otra vez.