How can I index (search) trought mysql database and to find best values of every column?
#1

I want to make a search, echoing data's in the descending way

Exemple: Column Money.

John has age 1000
Jahon has age 2000
Loku has age 3000.

I want to echo echo "money" by the highest number

How can this be achieved?

I want to make a top 10 rich list, and I want to make them descreasing

List will look like:

Loku: ?php echo $Loku Money?>
Jahon: ?php echo $Jahons Money?>
John: ?php echo $Johns Money?>.

but when database updates, the values from list will change too, even username
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)