HTML list / Dynamic
HTML list / Dynamic
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- vaxorcist0
jquery/ajax, and/or iframes, but note there is some back-end code usually used to re-order the data....SQL will look somewhat like
select * from list order by dateStamp
or
select * from list order byor you can just run both queries and cache the results in 2 different divs or iframes, thus saving database hits from users who click alot...