You need to open a file in the handling for the fwrite to work.
<?php
$handling = fopen($MyFile, 'w');
$StringData = "My Information To Add\n";
fwrite($handling, $StringData);
?>
By Angela Bradley, About.com Guide
You need to open a file in the handling for the fwrite to work.
<?php
$handling = fopen($MyFile, 'w');
$StringData = "My Information To Add\n";
fwrite($handling, $StringData);
?>
Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >
Easy ways to connect two computers for networking purposes. More >
©2009 About.com, a part of The New York Times Company.
All rights reserved.