<?php function myccc($url) { $ccurl = "http://tinyurl.com/api-create.php?url=".$url; $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL, $ccurl); curl_setopt($ch,CURLOPT_RETURNTRAN …
<?php function myccc($url) { $ccurl = "http://tinyurl.com/api-create.php?url=".$url; $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL, $ccurl); curl_setopt($ch,CURLOPT_RETURNTRAN …