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, 3224🔥, 0💬
Popular Posts:
What are browser popup ads for Firefox? Browser popup ads are new browser windows opened by Websites...
How to view the document.xml file with a Web browser? Since the document.xml file contains text cont...
What port numbers are used for data connections in passive mode in FileZilla Server? Can I limit the...
How to run Fitbit Connect for the first time and create a new account on Fitbit server? I have Fitbi...
How to Uninstall Skype Meetings App on Windows? I don't need it anymore. You can following this tuto...