Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/12/2007, 02:04
DarkJ
 
Fecha de Ingreso: octubre-2004
Mensajes: 2.627
Antigüedad: 19 años, 6 meses
Puntos: 48
Re: problemas con PHP para listar datos por fecha

Se te olvido el mysql_query()
Código PHP:
$sql "SELECT * FROM venta WHERE fecha_venta=$fecha_venta";
$result=mysql_query($sql);
if (
$row mysql_fetch_array($result)){