Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

guzzle login example

$post_data = array(
  'title' => 'My work',
  'description' => 'This is a request created using curl',
  'submit' => 'submit',
);
$response = $http_client->post('/create.php', array(), $post_data)->send();
Source by www.pixelite.co.nz #
 
PREVIOUS NEXT
Tagged: #guzzle #login
ADD COMMENT
Topic
Name
1+4 =