Formatting .txt file written from form data using PHP.?

Red Hatorade

New member
I am using HTML and PHP to take information from a submitted form and write it to a .txt file. The issue is, I want to have spaces between each block of information. How do I go about putting these spaces in? I have tried using <br /> as well as the nl2br (PHP) function and \n. \n gives me one space, but I need to format it in such a way that differentiating between the information is easier by having an extra space. Any suggestions?
 
Back
Top