preg_match_all("/\(.*?)\</a>/",$this->page["Title"],$matches);
Guys, $this->page["Title"] is the contents of a page like http://uk.imdb.com/title/tt1285016/ . I need to get the list of genres associated with the movies i.e. [Action | Drama | Sci-Fi]
I dont know any php or anything about regular expressions. I always hated pattern matching
Help here will be really appreciated. Thx.
Point : This is an existing code which I need to Modify. This is in php.