Can some one tell me how to fax an or a file using Php script
Thanks.
Search found 2 matches
- Tue Aug 16, 2005 7:15 am
- Forum: PHP - Code
- Topic: Fax using php script.
- Replies: 1
- Views: 135
- Tue Aug 16, 2005 7:13 am
- Forum: PHP - Code
- Topic: PHP Mailing list Subscription
- Replies: 1
- Views: 149
PHP Mailing list Subscription
Hi i m pretty new to php. i m having the following problem while running the php file. <? $emailaddr = $_POST["emailaddr"]; $filename = "log.rtf"; $date = date("l F dS, Y"); $file = fopen($filename,"a"); fputs($file,"$date >> $emailaddr\n"); fclose($...