Re: [PHP] Getting info with WHILE

2003-01-13 Thread Tom Rogers
Hi, Tuesday, January 14, 2003, 1:09:10 PM, you wrote: ES> I have the following problem: ES> I have a DB named 'fotografias' with the following information: ES> ind indice_bio url ES> 1 2 ../images/agosti.jpg ES> 2 2 ../images/militar.jpg ES> 3 2 hgfhgfh ES> 4 2

[PHP] Getting info with WHILE

2003-01-13 Thread Ezequiel Sapoznik
I have the following problem: I have a DB named 'fotografias' with the following information: ind indice_bio url 1 2 ../images/agosti.jpg 2 2 ../images/militar.jpg 3 2 hgfhgfh 4 2 eze 5 5 ezequi ind, indice_bio and url are fields names. I wrote the fol