On 10/04/06, Andy <[EMAIL PROTECTED]> wrote:
> >> text1 /ptext2 /otext3
> > Does it always look like that?
> > text1(whitespace)/ptext2(whitespace)/otext3
>
> The ideea is to extract the texts before and between /o and /p.
> $html = "asdäüü ö ö vf /pxtestxx/ostestss";
> eregi("^([^/.*]*)", $html, $
text1 /ptext2 /otext3
Does it always look like that?
text1(whitespace)/ptext2(whitespace)/otext3
The ideea is to extract the texts before and between /o and /p.
$html = "asdäüü ö ö vf /pxtestxx/ostestss";
eregi("^([^/.*]*)", $html, $reg); print_r($reg); //text is in reg[1]
eregi("^(.*)/p([^/.*]
2 matches
Mail list logo