Hello I would like to use preg_match in PHP to parse the \"Desired text\" out of the following from a html document
Desired text &
preg_match("'(.*?)'si", $source, $match); if($match) echo "result=".$match[1];
(.*?)