Hey guys, my deal is that I have a code sort of like this (html)
PHP Code:
<div id=contactlist>John1</div>
<div id=contactlist>John2</div>
<div id=contactlist>John3</div>
<div id=contactlist>John4</div>
<div id=contactlist>John5</div>
<div id=contactlist>John6</div>
and I put that into a string in Visual Basic, What I want to do is search in that string all the Johns and add them to a listbox, but only the names, not that <div id=. . . or the </div> part.
Please help!!
Thank You!