Welcome Guest, Not a member yet? Register   Sign In
How to? word-wrapp with write_file() (txt, file_helper)
#2

[eluser]CroNiX[/eluser]
Try putting your newline string within double quotes instead of single (which means literal...you don't literally want \n appearing as text - you want it to be evaluated as a new line character).

Code:
$person->export_country . "\n";


Messages In This Thread
How to? word-wrapp with write_file() (txt, file_helper) - by El Forum - 02-11-2013, 10:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB