sfcode
An Online Competing and Development Environment
|
Variables | |
$postData = file_get_contents("php://input") | |
$uname = $postData['username'] | |
$dir = "../users/" . $uname | |
$contents = scandir($dir) | |
$f_list = array() | |
foreach ( $contents as $fname) | |
$contents = scandir($dir) |
$dir = "../users/" . $uname |
$f_list = array() |
$postData = file_get_contents("php://input") |
$uname = $postData['username'] |
foreach($contents as $fname) |