Hi all,
Haven't ran into this one before.
I have been able to send data using POST to URLs with GET variables in them successfully.
eg
But when sending variables using GET it overwrites the variables I've hard coded into the form action.
Any ideas? (I'm hoping it's something simple, preferably not using Javascript to set the URL).
Thanks for any help!
Haven't ran into this one before.
I have been able to send data using POST to URLs with GET variables in them successfully.
eg
Code:
<form action = "www.mysite.com?page=home">
But when sending variables using GET it overwrites the variables I've hard coded into the form action.
Any ideas? (I'm hoping it's something simple, preferably not using Javascript to set the URL).
Thanks for any help!