Codice PHP:
$query="select * from film where upper(titolo) like upper('".$titolo."%')";
$query=mysql_query($query) or die (mysql_error());