On Mon, 8 Apr 2002, Phil Schwarzmann wrote:
> $filename = "hello.txt";
> $outputstring = "hello";
>  
> fwrite($filename, $outputstring);

http://php.net/fwrite

miguel


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

Reply via email to