Sold PHP Get Value After "#" from Url Help

Discussion in 'All Other Game Services for Sale - Buy & Sell' started by Hack Forums - Service, 1/23/19.

Thread Status:
Not open for further replies.
  1. Hack Forums - Service

    Hack Forums - Service
    Expand Collapse
    High Risk Status: This user has been flagged as high risk due to one or more reasons

    0   0   0

    Offline
    Please can sumone help me with a code to get the value from a browser url with php like

    https://site.com/folder/#[email protected]

    grab/get the Email only without copying the # and send it to the next.php

    <html>
    <head>
    <script>
    var type = window.location.hash.substr(1);
    </script>

    </head>

    <body>
    <?php
    $email = "<script>document.write(type)</script>";
    header( "location: next.php?email=$email&");
    ?>
    </body>
    </html>

    >>. This didnt work keeps copying the # with the email help?
     
    • This user is inactive. Hasn't logged into their account in over 60 days.
Thread Status:
Not open for further replies.