Hello, I've got a problem with get data.
To display a form I use GET data, visiting the url: page.php?a=b
. When entering the page there is a form with POST method: <form method="post">
The problem is, that when I submit this form, the get data a=b
still remains in the url (after submitting post form)! I have tried to set action="page.php"
, but the problem still remains. I want the action to be set to the very same page, however without the get data variables remaining in the address bar.