我正在为我的php文件中的每个用户动态创建文件夹
mkdir("Userfiles/".$company."_".$time_stamp);
我想将该目录保存在变量或任何其他变量中,并且必须使用目录名称将我的 .txt 文件保存在其中
$myFile = "exfiles/".str_replace(" ","-",$_POST['company'])."_CC Booth furnishings ".$order_type."_".$time_stamp.".txt";
在“exfiles”的位置,我需要给出动态创建的目录名称。任何帮助将不胜感激。谢谢