$data=' "variationWeight"\n\r ';
fwrite($fp,"$data");
this is what I want to write
and it don't work
basically, I'm writing a line with quote or double quote, and at the end of the line, I need to put a return so I can write to the next line instead of bunching them up untill the line reach full.