I'm trying to send form data using the GET method to a page with variable in the url allready.
"<form action='".$_SERVER['PHP_SELF']."?pid=pm' method='GET'>";
The pid variable does not get sent. When the page reloads the url is
index.php?mark=DELEATE+IT&submit=GO