
15/03/2011, 13:18
|
 | | | Fecha de Ingreso: enero-2011 Ubicación: Moreno, Buenos Aires, Argentina
Mensajes: 2.851
Antigüedad: 14 años, 1 mes Puntos: 288 | |
Respuesta: Notice: Undefined variable: PRIMERO FIJATE SI TIENE REGISTROS:
$tabla=mysql_query("SELECT * FROM `iyc` WHERE Estado LIKE '".%$Estado_vab%."'",$link);
if(mysql_num_rows($tabla) > 0) {
luego hace el while
} |