|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
formating result page
hi all
i have acolumn in a table contains about 100 name how can i display this 100 name is atable with 5 columns ? ![]() |
|
#2
|
||||
|
||||
|
While iterating through your data, keep a count. If the count % 5 == 0, print the end of the current table row and the beginning of the next. Else print a table cell containing the given name.
|
|
#3
|
|||
|
|||
|
thx alot i ll test it
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > formating result page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|