php-csharpeditor
Simple C# Editor in PHP
Built by me and ChatGPT.
The files are in Hungarian, but you can change it as you like.
The fileserver works with my filemanager system.
If PHP is not yet installed on your web server: https://www.php.net/downloads.php
index-csharp_editor.php -->
- determines if the project folder has any .cs files
- redirects to csharp-editor.php (if any .cs file is found)
- shows an error and redirects to the previous page (if no .cs files are found)
csharp-editor.php -->
- lists all the .cs files in your project folder
- option to view, edit, save, copy and download the selected .cs file