Create File In Directory Php

[Solved] Create File In Directory Php | Php - Code Explorer | yomemimo.com
Question : Create file in directory PHP

Answered by : mikakc

$createfile = fopen('./u/'.$username.'/'.$username.'.php', 'x');

Source : https://stackoverflow.com/questions/39931837/php-how-to-create-file-in-specific-directory | Last Update : Mon, 14 Mar 22

Answers related to create file in directory php

Code Explorer Popular Question For Php