PDA

View Full Version : Call On Custom Profile Field


supersimon
01-20-2003, 02:37 PM
ok...
i have a custom profiel field battle hack so wins and losses are done manually through the profile fileds.. and i need something to call up a search so.. on anew .php page it will recall teh rankings

fro highest wins to lowest wins : lowest losses to highest losses

i dunno if i was clear ??
lol
but i have MSN : liquidflo@msn.com if you need more help..

and i have yahoo : tha_dope_sonic
and i have icq - 217181688

please help...
and for a exmaple of similar coding

<?php

$fruits = array ("lemon", "orange", "banana", "apple");
sort ($fruits);
reset ($fruits);
while (list ($key, $val) = each ($fruits)) {
echo "fruits[".$key."] = ".$val."\n";
}

?>


This example would display:


fruits[0] = apple
fruits[1] = banana
fruits[2] = lemon
fruits[3] = orange

supersimon
01-20-2003, 03:48 PM
uppin

supersimon
01-20-2003, 08:57 PM
good sakes evrtiem i request help no one ever answears me

supersimon
01-21-2003, 08:18 PM
lol damn cant i get any help

supersimon
01-25-2003, 02:03 PM
for god sakes... comeon lol

recumbent615
01-26-2003, 07:19 PM
are you looking to just provide a list of users in the order of there ranking ( based on a user field ).

Kevin