Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/09/2006, 14:30
Spychaser
 
Fecha de Ingreso: agosto-2006
Ubicación: Argentina, Bahia Blanca
Mensajes: 172
Antigüedad: 18 años, 7 meses
Puntos: 0
Pregunta ...sigo

Se me olvido, igualmente no me funciona...

Código PHP:
<?php
include('bahiaclasificadosconexion.php');
$sql " SELECT COUNT (*) FROM $tbl_name WHERE subrubro='Compra|Venta' ";
$resultado mysql_query($sql) or die (mysql_error());
$registros mysql_result($resultado,0);
echo 
$registros
?>