/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php function retrieve_shortened_link($shortUrl){ return $headers['Location'][0]; }else{ return $headers['Location']; } } ?>
URL: http://k-coder.blogspot.com/2010/04/php-function-to-retrieve-original-url.html