perro
dog1
dog2
rosas
flor1
flor2
pero necesito que sean visibes las sub categorias cuando aga clik en una categoria
ejemplo
perro
dog1
dog2
rosas
solo son visibles por que hice clik en categoria perros
este es mi script agradesco a quien pueda ayudarme
Código PHP :
//////////////////////////////////////////////////////////////////////////////////////////////////////////////// <table width="113" border="0" cellpadding="0" cellspacing="0"> <tr> <td><span class="Estilo1"><b>Productos:<br/><br/></b></span></td> </tr> <? ////////////////////////////////////////////////////////// $link=Conectarse(); $result=mysql_query("select idcategoria, nombre from categorias where idusuario = '$idusuario'",$link); if ($row = mysql_fetch_array($result)){ mysql_field_seek($result,0); while ($field = mysql_fetch_field($result)){ } do { ?> <tr> <td><a href="index.php?idcategoria=<? echo $row[0] ?>" class="Estilo2"><b><? echo $row[1] ?></b></a></td> </tr> <? /////////////////////////////////////////////////////////// $idcategorialist = $row[0]; $link=Conectarse(); $result2=mysql_query("select idsubcategoria, nombre from subcategoria where idcategoria = '$idcategorialist' and idusuario = '$idusuario'",$link); if ($row2 = mysql_fetch_array($result2)){ mysql_field_seek($result2,0); while ($field = mysql_fetch_field($result2)){ } do { ?> <tr> <td><table width="111" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="18%" valign="top"><div align="right"><span class="Estilo2">*</span> </div></td> <td width="82%"><a href="index.php?idsubcategoria=<? echo $row2[0] ?>&idcategoria=<? echo $row[0] ?>" class="Estilo4"><? echo $row2[1] ?></a></td> </tr> </table> </td> </tr> <? } while ($row2 = mysql_fetch_array($result2)); } else { } ?> <? } while ($row = mysql_fetch_array($result)); } else { } ?> </table>
aydenme profavor mi jefe est furioso y ya llevo dias con este problema