if (preg_match("#</form>[\s\r\n]*<br/><br/>[\s\r\n]*(.+?)</center>#s", $data, $regs))
{
foreach(explode("<br>", $regs[1]) as $v)
{
if (preg_match("#^([^:]+):\s*(.+)$#", strip_tags($v), $regs2))
{
$arr[$regs2[1]] = $regs2[2];
}
}
}
echo($arr['Name']." = ".$arr['Status']); // Moscow = Yes