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, ∼3536🔥, 0💬
Popular Posts:
How to login to Facebook with a Web browser? If you want to login to Facebook with a Web browser, yo...
How to unzip a Word Document .docx file? According to Microsoft documentation, a .docx file is reall...
How do I tell what version of Outlook my computer is using? You can determine the version number of ...
Sometimes I see special symbols are showing up at the end of each paragraph in my Microsoft Word doc...
How to fix the Microphone Permissions error with making a call with Messenger in iPhone? If your Mic...