|
Posted by Krustov on 07/03/06 18:39
<alt.php>
<Ryan Ramsey>
<Mon, 3 Jul 2006 10:58:06 -0700>
<Re2dncO4F4syxzTZnZ2dnUVZ_radnZ2d@adelphia.com>
> $file= fopen("results.xml", "wb+");
>
$file=fopen($filename,"r");
read stuff from the file
fclose($file);
$file=fopen($filename,"w");
write stuff to the file
fclose($file);
$file=fopen($filename,"a");
append stuff to the file
fclose($file);
I've never needed to use anything else on a windows server & never got
around to experimenting with the parameters .
--
Encrypted email address
www.emailuser.co.uk/?name=KRUSTOV
Navigation:
[Reply to this message]
|