Hopefully, this will be an easy one.
Using PHP4.0
I need to send a file to an application on a different machine. the output file is CSV ascii but each record must terminate with cr/lf.
How can I generate the cr/lf (hex 0D 0A) characters and add them to the end of the record.
Thanks
Paul