Let’s say I want to create a web page that says, “Hello _____ congratulations on ______”.
But instead of the underlines, I want to display parameters that I would pass in the URL, so the web page would say (for example) “Hello Julie, congratulations on your 50th birthday”. I’d build the URL as part of a personalized email that I’d send out. I use Dreamweaver as an HTML authoring tool, and I have a server that runs PHP.
Any ideas?
And in case anyone snarky asks, no this isn’t homework. I’ve been out of college for almost two decades.