Page 1 of 1

Confusing Splits and Explodes [SOLVED]

Posted: Sat Aug 05, 2006 9:56 am
by tecktalkcm0391
Ok, well I have a page that outputs text in the format of:

Code: Select all

<b>1<sup>st</sup> Place:<br></b>12 - ABCD<br><br><b>2<sup>nd</sup> Place:<br></b>1 - ERFG<br><br><b>3<sup>rd</sup> Place:<br></b>11 - EDGD<br><br><b>Time:<br></b>1.45.16
I want to make it so that I can load the text from that info different parts of Flash so I need to split it so I get winning places winner (# - [name]) and then the Time. How would I do this?

Posted: Sat Aug 05, 2006 9:58 am
by feyd
Is this a Flash question or a PHP question?

Posted: Sat Aug 05, 2006 10:07 am
by tecktalkcm0391
PHP. How could I divide it out into the different parts?

Posted: Sat Aug 05, 2006 10:54 am
by tecktalkcm0391
I got it to do what I wanted it to after I though about it... lol...