I am pulling data from a php script that gives me the names of a person on facebook along with there ID in this format:
Person Name:123456789
I would like to know if there is a away to split after the “:” and add the number (ID) to on array and the person name to another array.
Thanks for any help
Eli
Something like this: