I want to display data in two columns as below
Entry 1 Entry 2
entry 1 description entry 2 description
Entry 3 Entry 4
entry 3 description entry 4 description
Entry 5
entry 5 description
Now In asp.net its prestty easy, just get a datalist make some settings and give data source to it and it will render it for you.
But in PHP how to display this kind of list, can anyone give me some code for this?
Thanks