Re: [PHP-DB] WHILE

2009-07-19 Thread Yves Sucaet
Why don't you use mysql_fetch_assoc() instead? You can address your fields directly, as in: while($row_FOTOS=mysql_fetch_assoc($result)) { echo "height='384' />"; echo "height='384' />"; } Alternatively, you can specify which fields you want in your SQL statement: $sql = "SEL

[PHP-DB] WHILE

2009-07-19 Thread Emiliano Boragina
Hello everyone… First, I thank you all for the help on the past week. I could do the finder... thank you very much. Now... I must print images from the product. But the data about the product is in a table and the pictures are in other table. The picture table has 12 columns, the first tw