This may be an HTML question, if so I apologize.
I have a page where a hyperlink to an article is actually a link to a php script that "include"s the article file. The URL passes several variables to the script i.e. href="header.php?...&...&....". I would like to hide these variables.
Is there any way to present the user with a convenional hyperlink that uses POST? Any other way to hide them? TIA