Get information from tiny url

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
N.pranali
Forum Newbie
Posts: 1
Joined: Sun Mar 13, 2016 10:48 pm

Get information from tiny url

Post by N.pranali »

How to use a tiny url to get customers mobile number and device information
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Get information from tiny url

Post by Christopher »

You cannot get the mobile number and device information from a tiny url unless those values are encoded in the tiny url. Usually the tiny url is just a unique token that can be looked up to find the associated URL. There algorithms for specific tiny urls like Twitter's. You can get device information from $_SERVER
(#10850)
Post Reply