php - Get restaurant reviews from other review sites -
i building restaurant review site using php. wanted know how show reviews other reviews sites. example check link see how google picking reviews other sites. when clicked on, takes review site.
any appreciated. thanks
you probably find other sites have partnered google this, using curl information want.
i suggest start here curl, have look here extract portion you're looking for.
edit: section of second link relevant is
preg_match_all("/<div>.+<\/div>/", $page, $matches); print_r($matches);
what doing getting content you're looking , displaying it, need define unique elements content want however, mean separate rule each website.
i hope helps you.
Comments
Post a Comment