How to extract certain data patterns from vb6 textbox input? (1 Viewer)

tony007

Registered User.
Local time
Today, 00:31
Joined
Jun 30, 2005
Messages
53
Hi all .i got the following inside a textbox inside my vb6 form. I am looking for a way to ripp the song path and title from it and use them and insert them to mysql datbase. But i do not know how to ripp those part
i be happy that an expert tell me how i can do it using vb6. The number of song path are not know in before and the parts
that i want to write to mysql are shown in bold.Thanks


data inside my texbox:
Code:
<?xml version="1.0" encoding="UTF-8" ?> 
- <player showDisplay="yes" showPlaylist="yes" autoStart="yes">
  <song path="[B]http://www.mysite.com/TtdlI3l1lIl0OOO0a/singer1/album1/song1.mp3[/B]" title="[B]song title[/B]" /> 
  <song path="[B]http://www.mysite.com/TtdlI3l1lIl0OOO0a/singer1/album1/songname2.mp3[/B]" title="[B]song title 2[/B]" /> 
  
  </player>
 

Users who are viewing this thread

Top Bottom