<?php $i=0; echo("toto<br>"); $datafic=fopen("texte.txt","w"); fputs($datafic,date('Y-m-d') ."\n"); fclose($datafic); ?>