Help for this page

Select Code to Download


  1. or download this
    $(document).ready(function() {
        $(".readdata").click(function() {
            $.cookie("url", window.location);
        });
    });
    
  2. or download this
    <?php
        echo ($_COOKIE["url"]);
    ?>