I am not good at regular expression and want to get some info from some web pages so
I start with
file_get_contents("URL") to grab the page's HTML source. now the issue is I don't know how to get a specific part of the HTML
I get that preg_match_all() is useful to do this but I am clueless about how to do it
i want to get extract all in li tag , not just ui tag ,
below is sample HTML code :
Read more