php - submitting a hyperlink by GET or POST -
so there's hyperlink - it's happy being hyperlink - not want change button or form element - wants stay link!
but me if submit via or post (something switch on pages due design criteria). there way can this
thanks giles
you're in luck... clicking hyperlink request.
if want add query parameters, append them query string so:
<a href="/my/page/foo.php?onions=no&pickles=yes">link text</a>
Comments
Post a Comment