File Editor Ep. 4 (Creating Files / Folders with PHP

Опубликовано: 14 Июль 2026
на канале: Code Break
2,003
38

As requested I made another video in the file editor series. This time we learn how to create a button that can be used to create files or folders. With PHP. If you want the code check out the link below...

IMPORTANT
This code has no security. Putting this on a public network means that anybody could access to your files and be able to edit them or even create malicious files on your computer/server. Use at your own risk. If you want to make this content secure add a login system and ensure that users are logged in before running any potentially risky php (making files, editing, saving...). If you want to know how to do this check out my video on how to make a secure login with PHP:    • [OUTDATED see newer videos] How to Make a ...  


Code: https://github.com/Code-Break0/FileEd...