hola
coloque varios mysql_error, en todos los if que habia y no me mostro nada, cuando revise el codigo desde el explorador me salio esto
Código HTML:
Ver original<!--
function PonerPrecio(Moto) {
You have an error in your SQL syntax; check the manual
that corresponds to your MySQL server version for the right syntax
to use near 'AND bActivo = 1 ORDER BY nId' at line 1<br />
<b>Warning</b>: mysql_fetch_array(): supplied argument is not a
valid MySQL result resource in <b>/nfs/c03/h05/mnt/81512/domains
/motouno.com/html/moto_menu.php</b> on line <b>18</b><br />
}
-->
el warning logre quitarlo agregando @ a mysql_fecth_array
pero lo demas como lo reparo?
ese sera el error?