Guest User

Untitled

a guest
Feb 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $http = new GuzzleHttpClient();
  2.  
  3. foreach ($data as $key => $value) {
  4. $response = $http->post('http://192.168.1.33/APIServer/public/api/amldata', [
  5. 'form_params' => $value,
  6. ]);
  7. }
Add Comment
Please, Sign In to add comment