hi,
Eine kurze Frage zu PHP, was macht dieser Code-Schnipsel?
[PHP]
$fp5 = fopen("$dbanswer", "a+");
if($fp5){
flock($fp5,2);
fputs ($fp5, "$answer[$x]\n");
flock($fp5,3);
fclose ($fp5);
}
[/PHP]
schau bitte im PHP-manual nach, was die einzelnen funktionen machen.
wenn _dann_ noch unklarheiten bestehen, frage noch mal nach.
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }