Code: Select all
<?php
preg_match_all("/ <p class="bizPhone">Phone:\n <strong>\n (.*?)\n <\/strong><\/p>/", $info, $array);
?>Code: Select all
<?php
preg_match_all("/ <p class="bizPhone">Phone:\n <strong>\n (.*?)\n <\/strong><\/p>/", $info, $array);
?>