Midgard
08-31-2006, 08:11 AM
I have a template.html. I want copy content of this file to any file.
How can I do?
Thanks.
How can I do?
Thanks.
|
||||
Content of any file - Copy to any fileMidgard 08-31-2006, 08:11 AM I have a template.html. I want copy content of this file to any file. How can I do? Thanks. amir 08-31-2006, 01:40 PM just open the file template.html by fopen() and take its contents into a string variable and then write those contents in other file by fwrite() plz see this page for further assisstance http://www.php.net/fwrite |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum