Here add questions, or any issue about the: Ajax-PHP File Manager.
A simple File Manager script, build with PHP and jQuery, that uses Ajax technology to manage directories and files on your server.
Ajax-PHP File Manager
-
- Site Admin
- Posts:805
Ajax-PHP File Manager
Similar Topics
- GET_id not working in UnLink (delete file)
PHP - MySQL First post
I searching for an hour for a solution; unlink seems not to work with GET idLast post
<?php
$id = (int) $_GET ;
echo $_GET ;
$file = fopen( '.$_GET...
Here is an answer `o god after 2 hours shame on me for this one`
<?php
$file_pointer = $_GET .'.txt';
if (!unlink($file_pointer)) {
echo (...