How should a text file look in order to load multiple string variables (with spaces) using the POST method? Mine currently looks like:


newsheader=NOW SHIPPING!
newsitem=We're pleased to announce v4.2 is NOW SHIPPING.


The newsheader variable works, except that it also appends the next line containing the newsitem statement as part of the entire string inside newsheader.

With all these spaces and the length of the variables (yes, I will be using more in the same file) it's not nice to encode this as GET.