/ Published in: PHP
This function will convert any long url into a Diggbar url
Expand |
Embed | Plain Text
function digg_url($longurl) { return $vals[1]['attributes']['SHORT_URL']; }
You need to login to post a comment.
jdstraughan on 04/03/09
3 people have marked this snippet as a favorite
jdstraughan
irishsk
xmartyxcorex
This function will convert any long url into a Diggbar url
function digg_url($longurl) { return $vals[1]['attributes']['SHORT_URL']; }
You need to login to post a comment.