kevinkhan
11-01-2009, 08:01 PM
I want to do one thing if the html page contains
<span class="tel">Tel: 021 4929850 </span>
and another thing if the html page contains
<span class="tel">Tel: 021 4929850 </span>
<span class="tel2">Tel: 087 9870805</span>
Im using the file_get_contents(); funtion to get the html code..
<span class="tel">Tel: 021 4929850 </span>
and another thing if the html page contains
<span class="tel">Tel: 021 4929850 </span>
<span class="tel2">Tel: 087 9870805</span>
Im using the file_get_contents(); funtion to get the html code..