![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/06/2007, 17:36
|
| | Fecha de Ingreso: marzo-2007
Mensajes: 347
Antigüedad: 17 años, 10 meses Puntos: 2 | |
Re: alguien ve algo malo??? Cambia esta linea:
$result=mssql_query("select * from usr_ban where no_con=$var[$con]");
Por:
$result=mssql_query("select * from usr_ban where no_con='$var[$con]'");
Un saludo |