News Feed
Jobs Feed
Sections




News Archive
Hasin Hayder's Blog:
expanding short url to original url using PHP and CURL
May 06, 2009 @ 12:59:51

Hasin Hayder has a quick post about taking a URL in the opposite direction than most seem to go these days - from shortened to the long, full URL.

Now when you get the short url shortened by using any of these services, you dont know where your browser is taking you! so if you are interested to figure out the original url hiding behind these short url, you need to have a little knowledge on how these services actually work.

Then the short URL is hit, the HTTP response is in the 300 family and the browser is redirected to the correct location. He uses cURL in PHP to grab this header information and parse out the full-length URL to return both the URL requested (the shortened one) and the full-length it was generated to point to.

0 comments voice your opinion now!
shorten expand url service curl tutorial http header 300


blog comments powered by Disqus

Similar Posts

Robert Basic: Working with custom view helpers in Zend Framework 2

php|architect: August 2006 Issue Released

DevShed: Creating a Blog Application with Interpreter Classes with PHP 5

PHP-Learn-It.com: Ajax Edit in Place

PHPBuilder.com: Tracking User Activity in PHP with Cookies and Sessions


Community Events









Don't see your event here?
Let us know!


interview conference composer community zendframework2 tool opinion example podcast event development api release framework code language testing object functional introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework