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