by P711MA
3 replies
Hi guys,

I have an email list and I would like to have my own simple tracking system.
Each subscriber would get its unique url:

http://myblog.com/wpRsGgkdQ

What I would want is:

1) UPDATE database table record with "wpRsGgkdQ" as clicked.
2) Redirect visitor to external website http://otherblog.com

Simple as that... Please recommend me some PHP script for that purpose.
I'm on Wordpress if it matters.

Thanks,
#php #redirect #wordpress
  • Profile picture of the author wordpressguru
    Originally Posted by P711MA View Post

    Hi guys,

    I have an email list and I would like to have my own simple tracking system.
    Each subscriber would get its unique url:

    http://myblog.com/wpRsGgkdQ

    What I would want is:

    1) UPDATE database table record with "wpRsGgkdQ" as clicked.
    2) Redirect visitor to external website http://otherblog.com

    Simple as that... Please recommend me some PHP script for that purpose.
    I'm on Wordpress if it matters.

    Thanks,
    Have you tried something already or do you want us to give you the script or code?
    I will gladly help you if you show us some piece of code that you have already made or some script you already tried..
    1) UPDATE database table record with "wpRsGgkdQ" as clicked.
    What should be clicked? A link? A button? Or when the visitor browse that page?
    {{ DiscussionBoard.errors[8668991].message }}
  • Profile picture of the author WebDeveloperSahil
    If you are looking for open source php script for that, it can be a little difficult but if you tried it by yourself and getting errors, I can help you with that. But making a custom php script will charge you for sure
    {{ DiscussionBoard.errors[8669095].message }}
    • Profile picture of the author P711MA
      Thanks guys,

      Pretty Link Lite plugin suits my needs completely.
      {{ DiscussionBoard.errors[8669099].message }}

Trending Topics