Skip to content

mehulpangtey/Tinyurl_test-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

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

No packages published

Languages