以下のように2列にデータを表示したい
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
現在、asp.net では非常に簡単です。データリストを取得していくつかの設定を行い、それにデータ ソースを指定すると、レンダリングされます。
しかし、PHPでこの種のリストを表示する方法について、誰か私にこのコードを教えてもらえますか?
ありがとう