Im creating a web app that writes variables to a txt file, how do I start a new line in that text file for each variable, to make it more readable when i look at it?
cheers
echo $variable."\r";
line returns vary by system. if \r doesn't work, try \n
cheers man
\c for windows