Cita:
Iniciado por FNX_NET
pero hacelo ari
print_r($result);
Yap, asi keda:
Código PHP:
$result = mysql_query($sql);
print_r($result);
while($row=mysql_fetch_assoc($result)){ //Array or records stored in $result
echo '<tr>...';
Y me sigue regresando lo mismito, si se hace asi verdad?