Click here to Skip to main content
15,888,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

i would like to create an register form, thats not the problem, but
its the problem that, i want if an user registers, to get a link.
This link i would describe like an Affiliate Link, so the server have
to know, how may times did somebody clicked on his link and how many people registered through this link to the website.

What is that link called, and could anybody send me a description
about that?

thank you

greets niko
Posted

1 solution

Actually you can do this by just adding your user ID or Code or whatever you want as a query string in the link itself and configure your page to do whatever you want to if the link has a query string in it

ex: your user ID is 1113
your link would be http://www.yourwebsite.com/reg.aspx?id=1113

then at page load for your register page add the code to check for the query string and add whatever you want either a number of clicks to be increased or soever and beware of Sql injection if you going to use that id directly to the database

Hope this helped
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900