![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
15/05/2007, 15:41
|
| | Fecha de Ingreso: marzo-2007
Mensajes: 347
Antigüedad: 17 años, 10 meses Puntos: 2 | |
Re: ayuda en input type sustitulle:
$ssql=mysql_query("select nombre from clientes where rut=$rut ");
por
$ssql=mysql_query("select nombre from clientes where rut='$rut' ");
en el valor del where siempre hay que poner comillas.
Un saludo |