Hi,
I have a DB table with .php templates in it. I have a script that will create a directory for a user that signs up. But now I need to know how to take the selected template from the DB table and create an index.php file under the users directory.
eg: .../.../.../user/index.php
can this be done?