我制作了一个PHP应用程序, 包含一些实时功能等。 我制作了一个PHP脚本, 内容如下:
- Based on a form input, it creates a folder with the input name, eg. JOHN. (called $dir)
- It then creates a MySQL database table with the name the prefix_JOHN.
- It then copies and moves the system templates files to the JOHN-folder.
那么我的问题是—— 我需要脚本来创建两个包含特定内容的文件—— 但是窗体输入中调用的变量必须包含在内, 这样它就可以从数据库中的具体( 这里) JOHN 表格中调用 。
我只是想复制 - 但需要手工编辑文件。 因为将会创建无限的表格, 我不想这样做 。 : :
然后我试图让脚本创建一个新文件。 工作过 - 除了它不能包括 PHP 变量或标签 - 这当然有道理, 但现在我卡住了 。 () ()
有人能帮忙吗?