Devi fare un ciclo
codice:
....
....
If Not rs.Eof Then 
do while not rs.EOF
image = rs("people_p") 
id = rs("ID_P") 

Response.Write "<tr><td align=""center"" colspan=""2"">" 
%> 
[img]image/people/prew/<%=image%>.jpg[/img] @ MilanoPleasure"> 

</td> 
<%rs.MoveNext
Loop 
end if
rs.Close 
Set rs = nothing 
....
....
Roby