tuxyk a écrit :
en clair ? tu voudrais pas reprendre mon code stp et me mettre en gras ce ke t'a changé, parce ke je c pas ou mettre ces lignes
|
...
<?
$filename = "commun.txt";
$fd = fopen($filename, "r" );
$contents = fread($fd, filesize ($filename));
fclose($fd);
echo "Le fichier contient : $contents";
$fd = fopen($filename, "w" );
fputs($fd, $commentaire);
fclose();
?>
Maintenant, essaie de te débrouiller un brin tout seul, passke franchement c'est pas super dur. Si t'as réussi à faire un fread(), j'comprends pas pourquoi tu bloques sur un bête fputs ou fwrite, c'est la même chose.
---------------
Everyone thinks of changing the world, but no one thinks of changing himself | It is the peculiar quality of a fool to perceive the faults of others and to forget his own | Early clumsiness is not a verdict, it’s an essential ingredient.