TightURL

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

Archive Download this file

Branches