Yea, it's a ">" and not a ">"..   It is pure XML tags....

Found the problem now, so no problem now.  See other branch of this posting
of a workaround to the problem I did...

Thanks,
 Scott
"Sophie Mattoug" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Just a stupid idea : are you sure you have '>' in your text and not '&gt;'
?
>
> Scott Fletcher wrote:
>
> >I thought about that also, so I took your suggestion and tried it.  Still
> >doens't work...  I tried those...
> >
> >"\]]>";
> >"\]\]>";
> >
> >Scott F.
> >
> >"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message
>
>news:[EMAIL PROTECTED]
...
> >[snip]
> >strpos() is acting a little bit funny.  When I do this...
> >
> >--snip--
> >$a = strpos($data,"]]>");
> >--snip--
> >
> >Problem is there are "]]>" characters in the $data string and it just
> >doesn't see it.  Anyone know why and what is the workaround to it?
> >[/snip]
> >
> >Does it need to be escaped? *shootin' from da' hip*
> >
> >$a = strpos($data,"\]]>");
> >
> >
> >

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to