Php to flash help

Hi all, I am fairly new to flash and am learning as I go so please bare with me. :slight_smile:

In a table in my database I have a column (feats) which is a varchar(200). An example of what would be in that field is: a11a,a12b,a13w,b24s

I need flash to do multiple things with this info:
[INDENT]1) To be able to “read” the string, not just display it
2) Once the string is read, split it into an array, separated by the “,”
3) After some actions are taken in flash a “submit” button is pressed which needs to do the following
[INDENT]a) Take all the actions (which write to the array) and combine them (pretty much just tracing the array)
b) Write this new string to the table, overwriting what was already there
[/INDENT][/INDENT][COLOR=green]Item 1) Having issues on how to do[/COLOR]
[COLOR=green]Item 2) I have this part figured out[/COLOR]
[COLOR=green]Item 3a) I have this part figured out[/COLOR]
[COLOR=green]Item 3b) Having issues on how to do[/COLOR]

I hope that all makes sense, and I hope someone can lend me a hand on this.
Thanks in advance!