Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
How to short URL Function with PHP ?
Useful PHP Code Snippets for Developers - How to short URL Function with PHP
✍: Guest
45){
$length = $length - 30;
$first = substr($url, 0, -$length);
$last = substr($url, -15);
$new = $first."[ ... ]".$last;
return $new;
}else{
return $url;
}
}
?>
// USAGE
$shorturl";
?>
2015-06-19, ∼3483🔥, 0💬
Popular Posts:
What are browser popup ads for Firefox? Browser popup ads are new browser windows opened by Websites...
Where are Microsoft Office files are located on my local Windows PC? I just installed it from office...
How to login to Facebook with a Web browser? If you want to login to Facebook with a Web browser, yo...
How to add a new layout to the slide master in PowerPoint? In my PowerPoint presentation, I need to ...
What is a slide master in PowerPoint? A slide master is a set of slide layouts defined to help you c...