I want to know if we can do this :
create a loop for each field that's not empty for a row
and that for all rows in my table ???
I know how to display all the row but i don't want to display the field with no value
Thanx
Yeeeees - but it's not entirely clear what you want to do actually.
Often when displaying the contents of a table if a field is empty a is output which gives the table cell a better "look".
If you are displaying rows of data you need to keep them inline so missing the field altogether doesn't sound right. Please repost with a clearer request.