How to create a customized URL/page
Posted: Wed Oct 01, 2014 5:11 pm
Hello,
What I'd like is to be able to send a person to a unique page via a customized link including it's name and displaying it on the page.
So, to be clear, I have a page at this URL:
mysite.com/video/
I send an email to the person, let's say his name is Joe so I just add Joe to the URL:
mysite.com/video/joe
He is then sent to the page and can see somewhere on the page his name, like "Hello Joe, watch the video I did for you...".
If his name is Jane then the URL would be:
mysite.com/video/jane
I just want to have one page and that whatever I add to the URL it would drive the person to the URL mysite.com/video/
This is to avoid to have to create an identical page X times, one for Joe, one for Jane, one for David...
It certainly is easy but as I'm just a beginner in PHP, it's not so obvious for me.
Thanks a lot for your help.
David
What I'd like is to be able to send a person to a unique page via a customized link including it's name and displaying it on the page.
So, to be clear, I have a page at this URL:
mysite.com/video/
I send an email to the person, let's say his name is Joe so I just add Joe to the URL:
mysite.com/video/joe
He is then sent to the page and can see somewhere on the page his name, like "Hello Joe, watch the video I did for you...".
If his name is Jane then the URL would be:
mysite.com/video/jane
I just want to have one page and that whatever I add to the URL it would drive the person to the URL mysite.com/video/
This is to avoid to have to create an identical page X times, one for Joe, one for Jane, one for David...
It certainly is easy but as I'm just a beginner in PHP, it's not so obvious for me.
Thanks a lot for your help.
David