/ Published in: PHP
Expand |
Embed | Plain Text
function get_tag( $tag, $xml ) { $xml, $matches, PREG_PATTERN_ORDER); return $matches[1]; }
You need to login to post a comment.
function get_tag( $tag, $xml ) { $xml, $matches, PREG_PATTERN_ORDER); return $matches[1]; }
You need to login to post a comment.