-
Notifications
You must be signed in to change notification settings - Fork 0
mehulpangtey/Tinyurl_test-
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
tinyURL is an easy to use php class that will allow you to create dynamic tinyURLS using the tinyurl.com api. USE: include('tinyURL.php'); // random number $ran = rand(0, 99999); $u = 'www.foo.com?bar='.$ran; // assemble url $url = new tinyURL($u);
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published