On Wed, Jun 20, 2001 at 11:04:21AM +0300, Rosen wrote:
> Sorry for the stupid question, but i don't have at me a PHP manual
> and I want to save some string to file from PHP.
> 
> Can someone tell me how ( with what function to do this ) ?

fopen   http://www.php.net/manual/en/function.fopen.php
fputs   http://www.php.net/manual/en/function.fputs.php
fclose  http://www.php.net/manual/en/function.fclose.php

-- 
Jason Stechschulte
[EMAIL PROTECTED]
--
All language designers are arrogant.  Goes with the territory... :-)
             -- Larry Wall in <[EMAIL PROTECTED]

Reply via email to