Searched refs:jsonResponse (Results 1 – 1 of 1) sorted by relevance
141 $jsonResponse = new stdclass; variable142 $jsonResponse->status = false;147 $jsonResponse->message = "Invalid request...";148 echo json_encode($jsonResponse);156 … $jsonResponse->message = "The server could not complete this request. Please try again later...";157 echo json_encode($jsonResponse);162 if (($jsonResponse->votes = vote_validate_request($dbh)) === false) {163 …$jsonResponse->message = "Unable to complete your request at this time. Please try again later...";164 echo json_encode($jsonResponse);169 $jsonResponse->status = true;[all …]
Completed in 4 milliseconds