|
Posted by J.O. Aho on 12/01/06 06:36
ABJAnton wrote:
> I am trying to wrap my head around this one.
>
> I have a string full of keywords seperated by commas (,)
>
> Example string: "example1, example2, example3, example one, example two,
> etc"
>
> How would you extract each keyword and place it into an array?
www.php.net/manual/en/function.explode.php
//Aho
Navigation:
[Reply to this message]
|