|
Posted by m6s on 10/13/06 11:36
Janwillem Borleffs wrote:
> m6s wrote:
>
>>Apparently, I have the code to download a page, and I want to truncate
>>the values inside the table cells, from this part is this snippet...
>>Any idea? (I am totally new to php)
>>
>
>
> $stringTR = "<td>asdf td fads</td>";
> if (preg_match('|<td>(.+)</td>|', $stringTR, $m)) {
> print $m[1];
> }
>
>
> JW
>
>
So with the same function if I have continuous cells I can split them
and take each cell with an iteration I guess... So split was error...
hmm...
Thank you very much, have a nice year
Navigation:
[Reply to this message]
|