• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Sorting Help

jetalomar

New Member
how i can get a script that sort the standing from first place to last place written on PHP.

2 Where i can get a host scripts written on PHP? also
 
you mean like

for($i=0;$i<whatever-1;i++)
if ($elements > $elements[i+1])
{
$temp=$elements;
$elements=$elements[i+1];
$elements[i+1]=$temp
}


Also, try hotscripts.com and php.resourceindex.com
if they don't have it there's not too much hope, i'm afraid
 
Back
Top