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