
09/04/2008, 18:08
|
Colaborador | | Fecha de Ingreso: marzo-2008 Ubicación: Cáceres
Mensajes: 3.735
Antigüedad: 17 años 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" ; |