Forum Moderators: open
For example, if someone linked to my page with
www.mysite.com/dynamic.php?variable1=tom&variable2=smith&variable3=USA
It would serve up a page looking something like this:
Hello and welcome [Tom] [smith]
God Bless the [USA]
I need a really simple script, it doesnt really need to process anything - only to have some static content and take certain strings of text from the inbound link and use that text in a certain place in the content of the page.
Any information would be greatly appreciated