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, ∼3383🔥, 0💬
Popular Posts:
How to create a command button to run my macro in slide show in PowerPoint? I have created a macro t...
Collections: Best World Music BitTorrent FAQ Chrome FAQ Facebook FAQ Firefox FAQ Fitbit FAQ Flash Pl...
How to see the key exchange process in an SFTP connection with FileZilla FTP Client? If you are conn...
How to install Microsoft Teams desktop version on Windows 7? I am tired of using Microsoft Teams Web...
How to pause file transfer in FileZilla FTP Client? I want to close the computer in the middle of a ...