I hope someone can help me with this problem I am having.
I need to add "print friendly versions" of my dynamic web pages. They are created using "post" from forms not "get". I will put an icon on the page that then reproduces the page with an added variable say print=yes which then instructs the page not to generate headers etc. But how do I get the form data to be re-posted to the page so that the database is requeried? Its ok on "get" generated pages because the data is in the url.
I'm hoping that I can do something like reload or repost the same page?
All advice is really appreciated.
Many thanks.
Mike