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, 3226🔥, 0💬
Popular Posts:
How to resume file transfer in FileZilla FTP Client? I have unfinished file transfer entries in the ...
How do I tell what version of PowerPoint my computer is using? You can determine the version number ...
What are Mimehandler and Plugin Processes of the Google Chrome program on Windows? Mimehandler and P...
Why I am getting the "run or save ChromeSetup.exe" pop up box when trying to install Google Chrome 3...
I have an Apple iPad Air Model MD788C/A. Is it good? Yes. Apple iPad Air Model MD788C/A is a very go...