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? Scott F. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php