Sorry - this is complicated and I'm probably not describing it well.. is there a way to use php to grab a bunch of info from a form and input it into appropriate places in an HTML document to create a final result web page? E.g. form input information would be body text or a URL to be linked. the body of the HTML already exists.
in the example of the URL - i'm trying to take the user's input "http://www.google.com" and have it inserted into <a href= ></a>