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, ∼3471🔥, 0💬
Popular Posts:
How to change the default Save Path on qBittorrent? By default, qBittorrent uses "Downloads" directo...
Where are Microsoft Office files are located on my local Windows PC? I just installed it from office...
How to convert slide files created with older versions of PowerPoint to the current PowerPoint? I ha...
What is "Send to Bluetooth" in Microsoft Word? Should I disable it? "Send to Bluetooth" is a COM Add...
Where to find answers to frequently asked questions about Adobe Flash Player? I want to understand m...