/ Published in: PHP
URL: http://is.gd
Well, not the best one...
Expand |
Embed | Plain Text
function isgd($link = "") { if(!$fp) { return ""; } else { $out = "GET /api.php?longurl=$link HTTP/1.1 "; $out .= "Host: www.is.gd "; $out .= "Connection: Close "; } } }
You need to login to post a comment.
