I need the search result display a specific record. it is displaying all results containing any number..
example: i have records number in the table called 100-01 and 100-02.. if i put 100-01, it returns the two records.. but i need the 100-01 only.
this is a part of the code
if ($numero == "")
{$numero = '%';}
$result = mysql_query (" SELECT * FROM agrociencia WHERE numero LIKE '$numero'");
if ($row = mysql_fetch_array($result)) {
do {