Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- require( 'lib/csc_curl.php' );
- $title = 'bla;
- $name = 'blu';
- $array = array(
- 'title' => $title,
- 'name' => $name
- );
- $c = new curl;
- $c->bc = $c->post( 'http://url.nya:8080', $array );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement