Hi
I trying the search using the query below:
$result = mysql_query("SELECT * FROM certificado WHERE nome='$name' ") or die (mysql_error());
If I look for Jose da Silva in table,it only works if I type full name. "Jose da Silva" .
How can I make the query work by typing part of search string, as "Jose da", "Jose d", etc.
How can I make the query work by typing part of search string, as "Jose da", "Jose d", etc.
Moises