Search found 1 match
- Wed Nov 14, 2007 3:07 pm
- Forum: PHP - Code
- Topic: Sorting Data
- Replies: 1
- Views: 557
Sorting Data
I want to sort ticket information from a database (Section, Row, Seat). I can retrieve the data from the database but what would be the best way to find consecutive seats? I want someone to be able to type in that they want 4 seats and it finds the four best seats (based on row number) that are cons...