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, ∼3507🔥, 0💬
Popular Posts:
How to insert a dynamic field code manually in Microsoft Word? I know how the field code works. If y...
What is Microsoft Office 365? Office 365 is a cloud service offered by Microsoft that provide produc...
What is the port number used for the control connection in FileZilla Server? How to change control c...
Collections: Best World Music BitTorrent FAQ Chrome FAQ Facebook FAQ Firefox FAQ Fitbit FAQ Flash Pl...
How to log in to Microsoft Teams with a Web browser? I know that my company is using Microsoft Teams...