/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function get_tag( $tag, $xml ) { $xml, $matches, PREG_PATTERN_ORDER); return $matches[1]; }