Published in: PHP
<?php $ch = curl_init("http://tweetburner.com/links"); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POSTFIELDS, "link[url]=nu.nl"); $twurl = curl_exec($ch); curl_close($ch); ?>
You need to login to post a comment.
