sfcode
An Online Competing and Development Environment
|
Variables | |
$postData = file_get_contents("php://input") | |
$uname = $postData['username'] | |
$f_path = $postData['file_path'] | |
$path = "../users/" . $uname . "/" . $f_path | |
if(file_exists($path)) | else |
$f_path = $postData['file_path'] |
$path = "../users/" . $uname . "/" . $f_path |
$postData = file_get_contents("php://input") |
$uname = $postData['username'] |
if (file_exists( $path)) else |