I'm trying to make a page where you write a file name in a text box, like "test", a content to the file in other text box, like "<html></html>", and then the php file generate a file
test.html
with the tags
<html>
</html>
inside. Is it possible to be done? The file can be generated in my computer? And the file can be generated inside my frihost directory, like "http_docs/test.html" ?
Thanks,
Ricardo Viana
test.html
with the tags
<html>
</html>
inside. Is it possible to be done? The file can be generated in my computer? And the file can be generated inside my frihost directory, like "http_docs/test.html" ?
Thanks,
Ricardo Viana
