PHP Tagging With RegExps

tphilip

New Member
Can anybody help me with a RegEx that will grab words between commas? I'm not good at explaining things so I'll just give an example:\[code\]php, html, web-design\[/code\] will insert "php", "html" and "web-design" into an array.Any suggestions?Thanks in advance.
 
Back
Top