php-general | 2001062
Date: 06/20/01
- Next message: Robert Covell: "RE: [PHP] logout"
- Previous message: Richard Heyes: "RE: [PHP] logout"
- In reply to: Rosen: "[PHP] Saving to a file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Robert Covell: "RE: [PHP] logout"
- Previous message: Richard Heyes: "RE: [PHP] logout"
- In reply to: Rosen: "[PHP] Saving to a file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

