View Full Version : Content of any file - Copy to any file
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.
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
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.