What I want to do is to the save a file with its new content, but when i
save the file
and the new content is less than it was before i opened it, you can see the
old content
after the new shorter content. How can i avoid this?

Now using:
 $fd = fopen($arrFileName, "r+");
 fwrite($fd, $arrFileContent);
 fclose($fd);

/Jose Jeria



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to