Guest User

Untitled

a guest
Jul 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. var_dump ($data);
  2.  
  3. array (size=12)
  4. 'status' => string '200' (length=3)
  5. 'resultText' => string 'You have successfully updated the contact list' (length=46)
  6. 'list_id' => string '25578' (length=5)
  7. 'list_name' => string 'LSM TEST LIST' (length=13)
  8.  
  9.  
  10.  
  11. ^ how to echo out 'satus'? I have tried $data->status
Add Comment
Please, Sign In to add comment