anche a fare un echo $_POST['ricerca']; non esce niente.
ho controllato register_global: era su off, l'ho messo su On ma nn cambia niente.

la pagina html dove invio i dati è la seguente:
codice:
<html>
<head>
<title>Ricerca cliente</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="it">
</head>
<body bgcolor="#FFFFFF">

<div align="center">
	<table width="700" cellspacing="0" cellpadding="5" border="1" bordercolor="#000000" id="table3">
	<form action="vis_cliente.php" method="post">
		<tr>
			<td height="27" bgcolor="#0000FF">
			<p align="center"><font face="Tahoma" color="#FFFF00">Ricerca 
			cliente</font></td>
		</tr>
		<tr>
			<td bgcolor="#FFFFFF"><font face="Tahoma" size="2">
			<p align="center">Inserisci il cognome del cliente da cercare:</p>
			<p align="center"><input name="ricerca" size="50"></font><p align="center">
			<font face="Tahoma">
	<input type=submit value="Cerca!" name="submit"><font size="2"> </font></font>
			</p>
			</font></td>
      </tr>
	</table>
</div>

</body>
</html>