codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Get last visited page- Referal – Pagename as variable

    28th November 2013

    Php - Miscellaneous

    php codehaven

    http://localhost:8080/myfolder/hostname.php

    To send url of page hidden to collect in next page use this code below: –
    localhost:8080/myfolder/hostname.php

    Remember to collect on the other side

    http://localhost:8080

    and for just the actual pagename
    index2.php

    and for the previous pages page name only
    clickme.php

    Was this code snippet helpful?