Hello,
I am looking for a php script where I can create a token that is carried to a visable page by entering the token in the url.
So … let’s say I create a sign up now button on a page
I need the script to be able to carry the specified field to the url in html …
this needs to be done by just adding the token to the url …
so if I enter the url http://mydomain.com/TOKEN – it will carry the token to the Sign up now button!
I will need it to work with as many pages as I want to create. I will need to be able to create the page in html and maybe save as php.
Please advise?
here is an example of someone doing this
http://gvoprofits.com
here is the example adding a token
http://gvoprofits.com/free (free is the token)
you will note they go to a different sign up page