gracias argy ya puse el while antes de echo de los resultados pero nada a lo mejor la funcion del while no es la adecuada checa..
 
------------------------------------------------------------   
Código php:
Ver original- <?php    
- $var1=$_POST["textobusqueda"]; 
- $Area=$_POST["Area"]; 
- $radio= $_POST["tipo"]; 
- $resp=$_POST["respuesta"]; 
-   
-      
-   
-   
-        
- if ($radio == "AUTOR" AND $resp=="SI")  
- $result = "SELECT * FROM  Area,Clave,Autor ,Titulo,LugardeEdicion ,Editorial ,AñodeEdicion,NumerodePaginas,Contenido,Edicion  from WHERE AUTOR='$radio' AND Area='$Area'"; 
- $result= mysql_db_query ("contenido","select Area,Clave,Autor ,Titulo,LugardeEdicion ,Editorial ,AñodeEdicion,NumerodePaginas,Contenido,Edicion  from Contenido where AUTOR='$radio' AND Area='$Area'"); 
-   
-   
-   
- if ($radio == "AUTOR" AND $resp=="NO") 
- $result=mysql_select_db("contenido","select Area,Clave,Autor ,Titulo,LugardeEdicion ,Editorial ,AñodeEdicion,NumerodePaginas,Contenido,Edicion  from Contenido where AUTOR='$radio' AND Area='$var1'"); 
-   
-   
-      
- if ($radio == "TITULO" AND $resp=="SI") 
- $result=mysql_select_db("contenido","select Area,Clave,Autor ,Titulo,LugardeEdicion ,Editorial ,AñodeEdicion,NumerodePaginas,Contenido,Edicion  from Contenido where TITULO='$radio' AND Area='$Area'"); 
-   
- if ($radio == "TITULO" AND $resp=="NO") 
- $result=mysql_select_db("contenido","select Area,Clave,Autor ,Titulo,LugardeEdicion ,Editorial ,AñodeEdicion,NumerodePaginas,Contenido,Edicion  from Contenido where TITULO='$radio' AND Area='$Var1'"); 
-   
- if ($radio == "CLAVE" AND $resp=="SI") 
- $result=mysql_select_db("contenido","select Area,Clave,Autor ,Titulo,LugardeEdicion ,Editorial ,AñodeEdicion,NumerodePaginas,Contenido,Edicion  from Contenido where CLAVE='$radio' AND Area='$Area'"); 
-     
- if ($radio == "CLAVE" AND $resp=="NO") 
- $result=mysql_select_db("contenido","select Area,Clave,Autor ,Titulo,LugardeEdicion ,Editorial ,AñodeEdicion,NumerodePaginas,Contenido,Edicion  from Contenido where CLAVE='$radio' AND Area='$Var1'"); 
-   
-   
-      
- ?>  
-   
- ------------------------------------------------- 
-   
-   
- <?PHP 
- { 
- ?> 
-   
-      
-   
- <td height="99"><span class="Estilo11"><FONT COLOR=BLUE><?PHP echo  $row["Clave"]; ?> </td> 
- <td><span class="Estilo11"><FONT COLOR=BLUE> <?PHP echo $row["Autor"]; ?> </td> 
- <td><span class="Estilo11"><FONT COLOR=BLUE> <?PHP echo $row["Titulo"]; ?></td> 
- <td><span class="Estilo11"><FONT COLOR=BLUE> <?PHP echo $row["LugardeEdicion"]; ?></td> 
- <td><span class="Estilo11"><FONT COLOR=BLUE> <?PHP echo $row["Editorial"]; ?></td> 
- <td><span class="Estilo11"><FONT COLOR=BLUE><?PHP echo $row["AñodeEdicion"]; ?></td> 
- <td colspan="3"><span class="Estilo11"><FONT COLOR=BLUE> <?PHP echo $row["NumerodePaginas"]; ?></td> 
- <td width="84"><span class="Estilo11"><FONT COLOR=BLUE><?PHP echo $row["contenido"]; ?></td> 
- <td width="60"><span class="Estilo11"><FONT COLOR=BLUE> <?PHP echo $row["Edicion"]; ?></td> 
-         
- </TR> 
- <?PHP 
- } 
- ?> 
-------------------   
aqui viene varias funciones en esta pagina puse algunas que segun pero nada  
http://brak.unsl.edu.ar/php/ref.mysql.html