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, 3229🔥, 0💬
Popular Posts:
How to install IPython in a Conda environment? If you want to install IPython in a specific Conda en...
Where to find answers to frequently asked questions on Microsoft Skype? I want to know how to know h...
How to open firewall for the FTP command-line tool on Windows for data connections in active mode? I...
How to edit Mozilla Firefox configuration file? Mozilla Firefox has a configuration file that contro...
What is this Website about? This Website provides a collection of Frequently Asked Questions (FAQ) a...