PHP extract text from string - trim?

hadoco

New Member
I have the following XML:\[code\]<id>tag:search.twitter.com,2005:22204349686</id>\[/code\]How can i write everything after the second colon to a variable?E.g. \[code\]22204349686\[/code\]
 
Back
Top