Als ik bv deze string heb:
SiS NIC SISNIC</td>
<td " " width "100">
<a " " " ? net0 1">
0.03 GB</a>
</td>
<td " R" width "100">
<a " R" " ? net0 1">
1.18 GB</a>
</td>
<td " " width "100">
<a " " " ? net0 H">
10.02 GB</a>
</td>
<td " R" width "100">
<a " R" " ? net0 D">
73.48 GB</a>
</td>
<td " " width "100">
<a " " " ? net0 D">
73.48 GB</a>
Wil ik alles vanaf </td> van de string afknippen, dit in een nieuwe string gooien en die printen.
Hoe de ik dat?
Deze string is al gestript met ereg_replace.
SiS NIC SISNIC</td>
<td " " width "100">
<a " " " ? net0 1">
0.03 GB</a>
</td>
<td " R" width "100">
<a " R" " ? net0 1">
1.18 GB</a>
</td>
<td " " width "100">
<a " " " ? net0 H">
10.02 GB</a>
</td>
<td " R" width "100">
<a " R" " ? net0 D">
73.48 GB</a>
</td>
<td " " width "100">
<a " " " ? net0 D">
73.48 GB</a>
Wil ik alles vanaf </td> van de string afknippen, dit in een nieuwe string gooien en die printen.
Hoe de ik dat?
Deze string is al gestript met ereg_replace.