mikecao / shorty

A simple URL shortener for PHP
MIT License
272 stars 98 forks source link

Where are the short URLs stored? #11

Closed PianoRailways closed 5 years ago

PianoRailways commented 5 years ago

It works fine, I think.

But where are the IDs / the shorted URLs stored?

In the database is only an ID and the long URL but no shorted URL...

mikecao commented 5 years ago

The id gets converted into the short url value.

PianoRailways commented 5 years ago

But how? How can I make a list of the short URL IDs because only see a numeric ID like "2" in the database.