How can I split a comma delimited string into an array in PHP? - Stack Overflow
I need to split my string input into an array at the commas. How can I go about accomplishing this? Input: 9,admin@example.com,8 ... No question is too basic, but you might consider to have a look at the string handler functions. Not because it is bad que...