Splitting a string by a ,

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi there everyone,

I'm trying to split a string into an Array by a , but I kepe getting errors.  Looking at the PHP manual, I thought it would be this way:

$keywords = preg_split(",", $email);

But it keeps saying that the , isn't an ending delimiter?

Any help would be appreciated, i'm trying to split email addresses from an input box seperated by a ,

Thanks for any help.

Chris

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux