Hello there, I need help to create simple rank system
1st thing I need is how to number the players in my database from 1 to ...... so if I create multipage in each page there is the actual rank for them
2nd : I need to create change indecator in rank ( up, down,no change ).
I dont need the programming code, I need the procedure to create such a thing.

Recommended Answers

All 3 Replies

1) Add a column in the player table to store the rank. Then devise a way to determine how to calculate it using a query, so you can update them all at once.
2) This requires a second column to store the previous rank, just before calculating the new rank.

Well , not bad , I'll try this and back to you, thank in advance.

Its worked Pal, thanks for the help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.