$fp=fopen("filename","a");
fputs($fp,"text to the file");
fclose($fp);


Regards,

Thomas

On Mon, 2 Dec 2002 15:52:23 -0800 (PST) [EMAIL PROTECTED] (Bryan Koschmann - Gkt) 
wrote:

> Okay, this is probably stupid, but how do you print to a file?
> 
> Thanks,
> 
>       Bryan
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to