php - Manage files and directories in browser -
i'm using php based cms called couch (couchcms).
the interface pretty simple. it's easy edit page content , that's it.
i'm trying add functionality. want add tab called "files". tab when activated going display files. example show me "images" folder , other files located in website's folder.
is possible somehow php show directories on web page , there add , remove them?
try using function: http://php.net/manual/en/function.readdir.php
but think can use jquery + php libraries you: https://www.sitepoint.com/10-jquery-file-manager-plugins/
Comments
Post a Comment