![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
26/11/2004, 21:31
|
![Avatar de JALF](http://static.forosdelweb.com/customavatars/avatar73578_2.gif) | | | Fecha de Ingreso: septiembre-2004 Ubicación: Cali - Colombia
Mensajes: 634
Antigüedad: 20 años, 5 meses Puntos: 2 | |
<?
mysql_connect("localhost","usuario","contraseña");
$result=mysql_db_query("base_de_datos","select * from productos where categoria=1 AND mostrar_index='si' order by nombre");
while ($row=mysql_fetch_array($result)) {
echo "lalala";
} ?>
Ahi está tu correción |