TightURL
Sign in or create your account
Project List ▾
TightURL
Help
Project Home
Downloads
Documentation
Issues
Source
Source Tree
|
Change Log
|
How To Get The Code
TightURL Git Source Tree
Root
/
tighturl-base36
1
#!/usr/bin/php
2
<?php
3
echo "DBID: ".$argv[1]." TightURLID: ".base_convert($argv[1], 10, 36)."\n";
4
exit;
5
?>
6
Download this file
Branches
master