Skip to content

Instantly share code, notes, and snippets.

@veb
Created September 10, 2015 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veb/bb41e2a46cce8bd147e3 to your computer and use it in GitHub Desktop.
Save veb/bb41e2a46cce8bd147e3 to your computer and use it in GitHub Desktop.
articles-8
<?php
# ...
$url = 'http://www.website.com/login.php';
$postdata = array('username' => "Jamie", 'password' => "password");
# ...
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment