phpbar.de logo

Mailinglisten-Archive

[php] file oeffnen, das nicht existiert

[php] file oeffnen, das nicht existiert

Pascal Schult info_(at)_schuborg.de
Fri, 28 Jan 2000 11:16:59 +0100


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