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
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