How to create a new PHP/HTML file using PHP?

A

Anonymous

Guest
We can use php to write to create a file.
U can use IO operation no?
The fwrite function allows data to be written to any type of file.
 
Back
Top