08/05/2006, 19:21
|
| | Fecha de Ingreso: abril-2006
Mensajes: 27
Antigüedad: 18 años, 6 meses Puntos: 0 | |
Mira esta es tu solucion.
$result=mysql_db_query("DB","select curdate() as fecha");
$row=mysql_fetch_array($result);
$fecha=$row["fecha"];
<?php BEGIN__VBULLETIN__CODE__SNIPPET
$sql=" select * from usuarios"
." where estado=0 and fecha_alta <= '$fecha' "
." ORDER BY fecha_alta asc ";
cuentame como te fue
saludos |