Hello,
Is it possible to create a .htm file using PHP? I want to have a form where the user can write some html code. Then, I want to save that code as a .htm file on the server. Can PHP do this? If no, how could I do this...?
take a look at fwrite() or fopen()
http://www.php.net/manual/en/ref.filesystem.php