eu tenho postado aqui sobre o meu sistema de busca eu quero fazer uma busca na menha tabela dados quero que seje feito uma busca em todos campos: vlr,modelo,marca,ano,uf, galera aí tá meu codigo me deem uma força aí!! \o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/\o/ esse é o: busc1.php <table width="75" cellspacing="0"> <tr> <td> </td> </tr> </table> <html> <head> <title>Documento sem título</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <table width="332" cellspacing="0"> <tr> <td width="328"><form name="form1" method="post" action="busc.php"> <input type="text" name="textfield"> <input type="submit" name="Submit" value="Enviar"> </form></td> </tr> </table> </body> </html> ___________________________________________________________________ busc.php <? php $conn = mysql_connect('localhost', 'carlosex_', ''); $db = mysql_select_db('carlosex_', $conn); $rs = mysql_query('select * from dados', $conn); while($row = mysql_fetch_array($rs,MYSQL_NUM)){ echo $row[0]; } ?>