Zombie Jhakkaas
2008-01-25 09:08:16 UTC
I am starting to learn PhP. I've installed easyPhP latest version (not beta). but there's a problem
I am not seeing linebreaks in the browser output. instead it'll show everything in the same line.
eg print " $myname\n"; print "$yourname\n";
would be printed $myname$yourname, instead of
$myname
$yourname
I even tried using '
' tags in html islands, but neither is working.
Can anybody suggest me something on this