I'm inquiring as to how to send text with a URL so it can be used in the destination. I've searched everywhere, I'm not sure my terminology is correct so I can't find much.
I want to append a user's name to a URL, e. g. www.yourwebsite.com/post?name=John
.
When they click on the URL and the data is passed, is there a way I can pass the data into a dynamic HTML element?
E. g. <h1>Hello, [name]</h1>
resulting in <h1>Hello, John</h1>
Thanks heaps.