<?
include 'conexion.php';
$db=mysql_select_db($base,$conexion);
$table_name="articulos";
$conexion=mysql_connect($servidor,$usuario,$passwo rd)or die ("No se puede conectar");
$db=mysql_select_db($base,$conexion);
$sql="SELECT *FROM $table_name where descripcion=$producto ";
$result=mysql_query($sql,$conexion);
while($registro=mysql_fetch_array($result)){
echo "<td>", $registro['precio '],"</td>" ;
}
?>
hola este es el error haber si me puedes hecahr la mano a corregirlo gracias...
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in