Please help, how can i find the constant like PHP_EOL for tabulation My code wrote file which has a lot of generated tabulations and new lines new lines wrote correctly, but i have a lot of "\t\t" see example:
common.app \t/loader \t/growl \t\t/error \t/form
char(9)
calls were better than\t
in your code, until I realized that it was the output file that contained the literal\t
. So with that in mind there has to be something wrong with the code that generates this text, so please edit your answer and post the PHP code as well. – Microclimate