simple Html Redirection code


SUBMITTED BY: chekamarue

DATE: May 7, 2016, 3:41 p.m.

FORMAT: HTML+PHP

SIZE: 107 Bytes

HITS: 203505

  1. <?php
  2. $link='http://bitbin.it';
  3. ?>
  4. <meta http-equiv="refresh" content="2;url=<?php
  5. echo $link;
  6. ?>" />

comments powered by Disqus