Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/04/2008, 18:08
jurena
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Cáceres
Mensajes: 3.735
Antigüedad: 16 años, 1 mes
Puntos: 300
Re: Problema con Where Clause

Prueba esto a ver si hay suerte
$sql = "select *,UNIX_TIMESTAMP(date) AS date from a WHERE id_particular =$_GET['idparticular] AND partic LIKE '{$_GET['user']}' ORDER BY siteid" ;