First of all I am new to PHP.
Normally I can do preg_match
tag for a <div class="T-time">(.*)</div>
and read the content but I could not do the same thing for:
<div class="T-date"> <a href=" different link ">123</a> </div>
Is it possible to preg_match
tag for the 123
result when the link is different every time in the <a href=>
tag ?
Thanks from now.