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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -