|
The problem of using a form without the method defined is sent using the get method automatically by the browser, and using your code above as an example, the some_data get parameter is being overwritten by the form input values.
If you specifiy post as the form method, the form input data will not overwrite your get params in the form action url.
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|