Page 1 of 1

how can i split words between comma ?

Posted: Thu Sep 09, 2010 11:41 pm
by ScOrPi
Hi all ,

how are you ? :roll:

I've just tiny problem ..

how can i split a string ?

not any string .. i want to write tags like (usa , iraq , php , all , set , ...)

how can i get every word in each time .. i mean is there any function can make that tags to array ? or even just split between the comma ?

Re: how can i split words between comma ?

Posted: Thu Sep 09, 2010 11:49 pm
by John Cartwright

Re: how can i split words between comma ?

Posted: Thu Sep 09, 2010 11:55 pm
by ScOrPi
explode () ..


thaaanks i found the solution

Re: how can i split words between comma ?

Posted: Thu Sep 09, 2010 11:56 pm
by ScOrPi
John Cartwright wrote:explode()

thank you bro ... :D

it's so useful :)