may be duplicate
I am using PHP and postgres.
How can I separate words in the form below? The maximun amount of words is 7.
word_1, word_2, word_3, ...
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Don’t bother with this. Just use PHP implode and explode functions and assembly/reformat the string to whatever you need.
Check this out:
http://matthom.com/archive/2005/06/22/code-mnemonics-php-implode-explode