URL Shortener v3


SUBMITTED BY: Chearful

DATE: March 16, 2016, 9:22 p.m.

FORMAT: PHP

SIZE: 141 Bytes

HITS: 368

  1. <?php
  2. $url = $_POST["url"]
  3. $response = http_get("https://coinurl.com/api.php?uuid=56e19d08737a0386316235&url={$url}");
  4. echo $response;
  5. ?>

comments powered by Disqus