I am writing (appending) a txt file with form data, using PHP. Since there are multiple form elements (textbox), i want each value to be written in txt file on new line.
But out of "\n\r", "\r\n","\n" ,"\r" nothing is working. It just creates space and doesnt break the line please help.
But out of "\n\r", "\r\n","\n" ,"\r" nothing is working. It just creates space and doesnt break the line please help.