Code: Select all
<p class="bizPhone">Phone:
<strong>
їb]їSOME PHONE NUMBER IN HERE]ї/b]
<\/strong><\/p>here is the code that i have
Code: Select all
<?php
preg_match_all("/ <p class="bizPhone">Phone:
<strong>
(.*?)
<\/strong><\/p>/", $info, $array);
?>