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, 3237🔥, 0💬
Popular Posts:
Why I am getting the "run or save ChromeSetup.exe" pop up box when trying to install Google Chrome 3...
Where to find answers to frequently asked questions on installing and using Mozilla Firefox 2.0? Her...
How to run Fitbit Connect for the first time and create a new account on Fitbit server? I have Fitbi...
How to add a new layout to the slide master in PowerPoint? In my PowerPoint presentation, I need to ...
How to insert a dynamic field code manually in Microsoft Word? I know how the field code works. If y...