Hi,
I am having 100 records in my database and i fetch them from database.
Now i am displaying it in table i want to display it like
1 2
3 4
in different td.
But when i give query it echo in stringht line
1
2
3
4
.
Solution to divide it in two td.
Thankx