preg_match_all ile alabilirsin hocam bir araştır
CURL ile alabiliyorum fakat tüm verileri alamıyorum. Aşağıdaki gibi bir sayfadan veri almak istediğimde sadece 1 mail adresini alıyor. Ben bu sayfada yer alan tüm mail adreslerini almak istiyorum.
<tr height="17" style="height: 12.75pt">
<td height="17" width="95" style="height: 12.75pt; width: 71pt; color: black; font-size: 7.5pt; font-family: Verdana, sans-serif; text-align: left; white-space: normal; font-weight: 400; font-style: normal; text-decoration: none; vertical-align: bottom; border: medium none; padding-left: 1px; padding-right: 1px; padding-top: 1px; background: white">
Ankara</td>
<td style="width: 191px; color: black; font-size: 7.5pt; font-weight: 700; font-family: Verdana, sans-serif; text-align: left; white-space: normal; font-style: normal; text-decoration: none; vertical-align: bottom; border: medium none; padding-left: 1px; padding-right: 1px; padding-top: 1px; background: white">
ANI BİLGİSAYAR</td>
<td style="width: 218px; color: blue; font-size: 7.5pt; text-decoration: underline; text-underline-style: single; text-align: left; white-space: normal; font-weight: 400; font-style: normal; font-family: Arial Tur; vertical-align: bottom; border: medium none; padding-left: 1px; padding-right: 1px; padding-top: 1px; background: white">
<a target="_blank" href="http://www.anibilisim.com/">
<span style="font-size: 7.5pt">www.anibilisim.com</span></a></td>
<td style="width: 219px; color: blue; font-size: 7.5pt; text-decoration: underline; text-underline-style: single; text-align: left; white-space: normal; font-weight: 400; font-style: normal; font-family: Arial Tur; vertical-align: bottom; border: medium none; padding-left: 1px; padding-right: 1px; padding-top: 1px; background: white">
<a href="mailto:ani@anibilgisayar.com"><span style="font-size: 7.5pt">
ani@anibilgisayar.com</span></a></td>
</tr>
<tr height="17" style="height: 12.75pt">
<td height="17" width="95" style="height: 12.75pt; width: 71pt; color: black; font-size: 7.5pt; font-family: Verdana, sans-serif; text-align: left; white-space: normal; font-weight: 400; font-style: normal; text-decoration: none; vertical-align: bottom; border: medium none; padding-left: 1px; padding-right: 1px; padding-top: 1px; background: white">
Ağva</td>
<td style="width: 191px; color: black; font-size: 7.5pt; font-weight: 700; font-family: Verdana, sans-serif; text-align: left; white-space: normal; font-style: normal; text-decoration: none; vertical-align: bottom; border: medium none; padding-left: 1px; padding-right: 1px; padding-top: 1px; background: white">
GRAND ELEKTRIK</td>
<td style="width: 218px; color: blue; font-size: 7.5pt; text-decoration: underline; text-underline-style: single; text-align: left; white-space: normal; font-weight: 400; font-style: normal; font-family: Arial Tur; vertical-align: bottom; border: medium none; padding-left: 1px; padding-right: 1px; padding-top: 1px; background: white">
<a target="_blank" href="http://www.grandelektrik.com/">
<span style="font-size: 7.5pt">www.grandelektrik.com</span></a></td>
<td style="width: 219px; color: blue; font-size: 7.5pt; text-decoration: underline; text-underline-style: single; text-align: left; white-space: normal; font-weight: 400; font-style: normal; font-family: Arial Tur; vertical-align: bottom; border: medium none; padding-left: 1px; padding-right: 1px; padding-top: 1px; background: white">
<a href="mailto:info@grandelektrik.com">
<span style="font-size: 7.5pt">info@grandelektrik.com</span></a></td>
</tr>
<tr height="17" style="height: 12.75pt">
<td height="17" width="95" style="height: 12.75pt; width: 71pt; color: black; font-size: 7.5pt; font-family: Verdana, sans-serif; text-align: left; white-space: normal; font-weight: 400; font-style: normal; text-decoration: none; vertical-align: bottom; border: medium none; padding-left: 1px; padding-right: 1px; padding-top: 1px; background: white">
Compex</td>
<td style="width: 191px; color: black; font-size: 7.5pt; font-weight: 700; font-family: Verdana, sans-serif; text-align: left; white-space: normal; font-style: normal; text-decoration: none; vertical-align: bottom; border: medium none; padding-left: 1px; padding-right: 1px; padding-top: 1px; background: white" x:str="COMPEX FARUK ">
COMPEX FARUK </td>
<td style="width: 218px; color: blue; font-size: 7.5pt; text-decoration: underline; text-underline-style: single; text-align: left; white-space: normal; font-weight: 400; font-style: normal; font-family: Arial Tur; vertical-align: bottom; border: medium none; padding-left: 1px; padding-right: 1px; padding-top: 1px; background: white" x:str="www.compexfaruk.8m.net ">
<a target="_blank" href="http://www.compexfaruk.8m.net/">
<span style="font-size: 7.5pt">www.compexfaruk.8m.net </span></a></td>
<td style="width: 219px; color: blue; font-size: 7.5pt; text-decoration: underline; text-underline-style: single; text-align: left; white-space: normal; font-weight: 400; font-style: normal; font-family: Arial Tur; vertical-align: bottom; border: medium none; padding-left: 1px; padding-right: 1px; padding-top: 1px; background: white">
<a href="mailto:compexfaruk@mynet.com"><span style="font-size: 7.5pt">
compexfaruk@mynet.com</span></a></td>
</tr>Yardım için teşekkür ederim.