Don't open the file in mode "a" (for append), because it puts the file pointer at the end of the file and doesn't let you fseek earlier positions in the file (it didn't for me!). Also, don't open the file in mode "w" -- although this puts you at the beginning of the file -- because it wipes out all data in the file.
Marsh Posté le 16-07-2002 à 13:00:01
dans les option de fopen, utilise 'a' au lieu de 'r'.
pour plus d'info cf http://be.php.net/manual/fr/function.fopen.php