create any extension type file(html, php, xml, etc...)

you can create any extension type file(html, php, xml, etc...) <?php $file_x = "my_file.txt"; $createFile = touch($file_x); if (file_exists($file_x)) { echo "The file has been created"; } else { echo "The file has not been created"; } ?>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.