what kind of html element is used for users to input an order? -


basically have sql , want user able select ordering in "order by" section html element. there out-of-the-box solutions?

edit: it's more order country,status,... or order status,country,...

if u display sql results in list view u can change display order clicking on header of displayed fields.

edit: have @ this. (hold down shift key , click on headers)


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -