Advertisement
mikeymop

Untitled

Sep 21st, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $result = toMid($ucid_POST, $pass_POST);
  2. echo $result;
  3.  
  4. $result = json_decode($result, FALSE, 1);
  5. echo "decoded data\n";
  6. echo $result;
  7.  
  8.  
  9. ____________________
  10.  
  11. $ php frt/login.php
  12. curl errors?:
  13. {"response":{"njitucid":"md537","njitsuccess":1,"dbucid":"md537","dbsuccess":"0","debug":""}}SUCCESSdecoded data
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement