]*>([^<]+)]*>([^<]+)/", $d, $ret)) $data["model"] = trim($ret[1]); if (preg_match("/itemprop=\"description\"[^>]*>([^<]+)/", $d, $ret)) $data["desc"] = trim($ret[1]); if (preg_match("/itemprop=\"price\"[^>]*>([^<]+)/", $d, $ret)) $data["price"] = trim($ret[1]); return $data; } ?>