Posted by ralphNOSPAM on 10/10/05 19:03
I'm trying to use strpos to find these xml tags so I can pull out the text data; but the bracket chars won't let the function work. Is there another way to do this? $php_XML_tag = "<codeFacility>ZNY</codeFacility>"; $pos = strpos($php_XML_tag, '<codeFacility>'); print $pos; results is $pos == 0
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming