File Directory Php

   $subscriberInfo = "g@rntsoft.com";
   $fh = fopen("./text.txt", "at");
   fwrite($fh, $subscriberInfo);
   fclose($fh);
?>