I dont know how to echo a new line in PHP. I have tried echo "\n"
but it does not work.
I want to echo new lines in the following code.
Code:
if (file_exists($fName)) {
echo "CreationTime: ".$CreationTime.
"CurrentTime: ".$CurrentTime.
"after ".($fLifeTime)." Days from Creation: ".$fAge;
}
" since you're echoing the content to your browser. :) – verisimilitude May 17 '12 at 12:14