puoi essere più chiara. io proprio non riesco a modificarlo in nessun modo .
Posto il form.

Codice PHP:
<table width="1259" border="0" cellpadding="0" cellspacing="0">
  
  <tr> 
    <td width="617" height="257" valign="top"> 
      <? require("mostrarisultati.php");
    
sezionedestra();
     
?>
    </td>
    <td width="642" valign="top"> <table width="472" border="0" cellpadding="0" cellspacing="0">
        
        <tr> 
          <td width="472" height="244" valign="top"> <form action="<?=$_SERVER['PHP_SELF']?>" method="GET">
              <table width="75%" border="0">
                
                <tr> 
                  <td height="40" colspan="2" valign="top" class="testobox">[b]<font color="#FFFFFF">Seleziona 
                    

                    Tabella</font>[/b]</td>
                  <td width="325" valign="top"> <select name="elencotabelle" <?=$_GET['elencotabelle']?> ">
                      <option selected="_"> 
                      <option value="costruttori">costruttori</option>
                      <option value="categorie">categorie</option>
                      <option value="listini">listini</option>
                    </select></td>
                </tr>
                <tr> 
                  <td height="59" colspan="2" valign="top" class="testobox">[b]<font color="#FFFFFF">Seleziona 
                    

                    Campo per Ricerca</font>[/b]</td>
                  <td valign="top"> <select name="criterioricerca" <?=$_GET['criterioricerca']?> ">
                      <option selected=""></option>
                      <option value="Codice">Codice</option>
                      <option value="Nome">Nome</option>
                      <option value="Descrizione">Descrizione</option>
                    </select></td>
                </tr>
                <tr> 
                  <td height="59" colspan="2" valign="top" class="testobox">[b]<font color="#FFFFFF">Inserisci

                    Valore da Ricercare</font>[/b]</td>
                  <td valign="top"> <input name="testodescrizione" type="text" class="textbox" id="testodescrizione" size="30" <?=$_GET['testodescrizione']?> "
                    ></td>
                </tr>
                <tr> 
                  <td width="107" height="28"></td>
                  <td colspan="2" valign="top"><button type="submit"> Ricerca</button></td>
                </tr>
                <tr> 
                  <td height="3"></td>
                  <td width="19"></td>
                  <td></td>
                </tr>
              </table>
              <p class="bordotabella"></p>
            </form></td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="1017" border="0" cellpadding="0" cellspacing="0">
  
  <tr> 
    <td width="981" height="100" valign="top">
    <? 
                
// questa funzione è contenuta in MostraTabellaRisultati.php, 
                // che è a sua volta richiamata tramite il require in mostrarisultati.php
                // richiamato all'inizio di questo form
        
VisualizzaTabellaFooter($elencotabelle,$criterioricerca,$testodescrizione);
     
?>
    </td>
    <td width="36"></td>
  </tr>
</table>