i am sending a csv file as a header and i want to use a comma (not to seperate, just to use). how would i do that?
i’m using PHP and i can not use fputcsv because i’m sending it as a header.
i am sending a csv file as a header and i want to use
Share
Just use
'"'.$value.'"'around it and it will be fine.