Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001062

Re: [PHP] Saving to a file From: Andreas D. Landmark (andreas.landmark <email protected>)
Date: 06/20/01

At 20.06.2001 09:04, Rosen wrote:

>Hi,
>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 ) ?
>
>
>Thanks
>Rosen

fopen() [http://www.php.net/manual/en/function.fopen.php]

and fwrite() fread() and so on...

the manual i online, so there is no excuse for asking silly questions like
this.

-- 
Andreas D Landmark / noXtension
Real Time, adj.:
         Here and now, as opposed to fake time, which only occurs there
and then.

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>