Phip
10-02-2002, 10:46 PM
How would I do this?
If I have a database like this:
+-----------------------------+
| id | picName | album |
| 0 | blah blah | General |
| 1 | blah | Party |
| 3 | text | Party |
| 4 | ;kj;kj;kj;l | General |
| 5 | lijhlkjhlkj | Random |
+-----------------------------+
How would I have ASP go through and display one of each kind in album. Like:
General
Party
Random
If I have a database like this:
+-----------------------------+
| id | picName | album |
| 0 | blah blah | General |
| 1 | blah | Party |
| 3 | text | Party |
| 4 | ;kj;kj;kj;l | General |
| 5 | lijhlkjhlkj | Random |
+-----------------------------+
How would I have ASP go through and display one of each kind in album. Like:
General
Party
Random