Hello,
Here is an example of a file that i use to create a mysql db. The delimiter is "," but in the description for a single column exist ",".
Header: City State Zip Description
Los Angeles, California , 98005, "welcome to california, were are living the dream","Please stay, a while."
The problem is that the description in "quotes" contains a delimiter which causes the file to have additional columns.
Someone told me that regex or preg_match functions my be able to solve my problem. Can someone tell me how.