Hi,
For a file-manipulation routine I am writing, I have some problems with linebreaks.
When I write filecontent back, after opening,
$fp = fopen($filenm, "w");
fputs($fp, $value);
all the linebreaks have been converted or something. If I look at the code, I see rectangles on the place where linebreaks used to be.
I assume it has something to do with unix/DOS type linebreaks, but i have no clue on what to do.
I am running apache on windows 2000 pro fo server.
Anybody ideas?
Thx!
J.