URL Shortener


SUBMITTED BY: Chearful

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

FORMAT: PHP

SIZE: 128 Bytes

HITS: 862

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

comments powered by Disqus