{"code":"500","status":"0","message":"Something went wrong. Please contact system administrator."} /*header('Content-type:application/json'); $connection->set_charset('utf8'); $mIds = $_GET['ids']; $stmt = $connection->prepare("CALL USP_GET_AUTHENTICATE_USER_LOGIN('OMKAR', 'Ram')"); //$stmt->bind_param("s", $mIds); $stmt->execute(); $result = $stmt->get_result(); $response = $result->fetch_all(MYSQLI_ASSOC); echo json_encode($response); $stmt->close(); $connection->close();*/ //echo '
link::
' //echo "Hello t"; /*$conn=mysqli_connect("114.143.112.214:1434", "sa", "Oph@1243", "HRMS_DEV"); $sql= "CALL USP_GET_AUTHENTICATE_USER_LOGIN('OMKAR', 'Ram')"; if($result=mysqli_query($conn, $sql)){ while($row=mysqli_fetch_assoc($result)){ echo "Yesss"; echo $row['UserID']."