ajouter dans un fichier texte

ajouter dans un fichier texte - PHP - Programmation

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

Reply

Marsh Posté le 16-07-2002 à 13:00:01   

Reply

Marsh Posté le 16-07-2002 à 14:59:18    

Un commentaire de la fonction fopen sur php.net:

Citation :

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.


 
:rolleyes:


---------------
[Hfr] SpiceTeam http://setispiceteam.free.fr
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed