Hello there, first of all i would like to congratulate you guys for the great job you've been doing.. this site has helped me a lot and lots of times... :)
I'm very newbie to PHP, only started to use this language few days ago, and i have a small answer that i cant seem to find a answer to fullfill my needs...
I have a variable that is a string, which is a group of names divided by ',' and i would like to know if there is a way to extract each name of the string to an array of names or whatever. That variable is given by a query to the database and its like:
name1, name2, name3...... oh and the names between the ',' can have more then one word... :S
Thanks in advance for the help, cya later...
I'm very newbie to PHP, only started to use this language few days ago, and i have a small answer that i cant seem to find a answer to fullfill my needs...
I have a variable that is a string, which is a group of names divided by ',' and i would like to know if there is a way to extract each name of the string to an array of names or whatever. That variable is given by a query to the database and its like:
name1, name2, name3...... oh and the names between the ',' can have more then one word... :S
Thanks in advance for the help, cya later...
Comment