Forms in HTML don't have the 'power' to spit out information from the database. You can retrieve information from a database into an object or array using server-side scripting and then output any kind of HTML formatting you want using that information. First thing you should do is learn which server-side scripting your server supports (php, asp, perl, coldfusion, jsp...) and then ask in a forum that deals with that language.