View Single Post
Old 03-09-2022, 10:01 PM  
ZTT
Confirmed User
 
ZTT's Avatar
 
Industry Role:
Join Date: Apr 2019
Posts: 657
You're not writing anything so obviously nothing will be written.

If all you're doing is copying an existing template to a new directory then:

<?php

$mytemplate="mytemplate.txt";

$newfolder="new";

mkdir($newfolder);

copy($mytemplate,$newfolder."/".$mytemplate);

?>
__________________
__________________
ZTT is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote