Home

Find Redirected URL Using PHP With This Simple Function

Posted by Kaushal Subedi | On: Mar 23 2011 | Comments (2)
PHP Code Many URL Shorteners use 301/302 redirection to redirect users to long URL when an user enters the short URL. But have you ever wanted to know what a url made by url shortener redirects to using PHP? I had recently done a project for a small company where...