I have a page like w/e more HTML I need to grab all the data between the tags and not the first one. Currently I use
/\"
use this with preg_match_all()
preg_match_all()
preg_match_all("//siU",$html,$output); print_r($output[1]);