Mailinglisten-Archive |
Hi Adrian..
> $datei = fopen("$xdateiname","w+");
> oeffnen und was hineinzuschreiben. das geht aber irgendwie nicht... hat
> jemand einen anderen loesungsansatz?
>
habs zwar nicht probiert, aber im manual function.fopen.html steht doch:
'a' - Open for writing only; place the file pointer at the end of the
file. If the file does not exist, attempt to create it.
also:
$datei = fopen("$xdateiname","a");
oder liege ich da falsch?
ciao...
php::bar PHP Wiki - Listenarchive