No dice :-/
See, the " would still be there. So I just changed the code to:
preg_match_all('/<i>([^"]*)</i>/is',$data,$bullets);
Works like a champ. Now I'm having a problem figuring out how to isolate a pretty specific section of code, I need to find anything in between a font tag with the font tag being like:
<font face="" color="" size="3"> I NEED THIS </font>
I bet this ones easy, and I can get it to work up until the color attribute and it bombs. Here's what I have:
/<font face="[^"]" color="[^"]" size="3"*><b[^>]*>([^"]+)<\/b><\/font>/is