Question....

Pink_the_Floyd

(Banned)
4,041
I didn't know were to put this question but:

How can I make something like a leaderbord??

Luxy told me that it works with XML and XSL, but what is it?
And do I need an installation disc or something for it?

Thanks,
 
A leaderboard for what? Are you maintaining and publishing a table? Do you want to update it manually, or to be the result of some live set of data?
 
I think he means something like a score board. Say for example, a tally of online GT races won.

If this is the case, you could easily just have a flatfile and use PHP to trawl through it, grab the scores then spit out table rows.
 
Shannon
I think he means something like a score board. Say for example, a tally of online GT races won.

If this is the case, you could easily just have a flatfile and use PHP to trawl through it, grab the scores then spit out table rows.

Yes, but if you're going to do that, you might as well just use straight HTML. Why needlessly overcomplicate?
 
Yea go with tables. Its super simple and you wont have to worry about learning all that XML stuff. But if you have that kind of time on you. Its a very good to learn 👍
 
Back