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.
Just use '"'.$value.'"'
around it and it will be fine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With