DrYontem
Well-known member
Hi all,
I wanna parse html to a php file for using like that
i tried a lot of methods about that but i have a big problem (or i think its big)
my html file includes html img tag
there is my html file's example
any ideas?
I wanna parse html to a php file for using like that
HTML:
<img src="myfile.php" alt=""/>
i tried a lot of methods about that but i have a big problem (or i think its big)
my html file includes html img tag
there is my html file's example
HTML:
<table>
<tr>
<td rowspan="3"><img src="./cover.jpg" alt="" style="align:left" /></td>
<td style="text-align:right">FIRST</td>
<td style="text-align:left">LINE</td>
</tr>
<tr>
<td style="text-align:right">SECOND</td>
<td style="text-align:left">LINE</td>
</tr>
<tr>
<td style="text-align:right">THIRD</td>
<td style="text-align:left">LINE</td>
</tr>
</table>
any ideas?