Advertisement
LrdArc

curl post | intip.in/curlpost

Jan 26th, 2017
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. require( 'lib/csc_curl.php' );
  3.  
  4. $title = 'bla;
  5. $name = 'blu';
  6.  
  7. $array = array(
  8. 'title' => $title,
  9. 'name' => $name
  10. );
  11.  
  12. $c = new curl;
  13. $c->bc = $c->post( 'http://url.nya:8080', $array );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement