prepare("INSERT ..."); // $s->bind_param("s", $author); // $s->execute(); // $d = $s->get_result()->fetch_assoc(); // // if (!(bool)$d) { // return null; // } return $result; } if (ThisFileIsRequested(__FILE__)) { require_once("../_json.php"); // Check if there are necessary input if (!(isset($_POST["tags"]) && isset($_FILES["pic"]))) ReturnJSONError($Err_RDP_InvalidArgs, "not enough arguments"); // TODO } ?>