File Directory Php

   $subscriberInfo = "data";
   $fh = fopen("/data.txt", "at");
   fwrite($fh, $subscriberInfo);
   fclose($fh);
?>