give preference to print array values in php
- by Bharanikumar
Hi ,
I have country table, 
i fetch all values and moved into array ,
these value i like to populate into combo/dropdown list ,
here i want to do some magic things, 
that is , for my site most of the users coming from uk,us,Australia,Romain and few, 
So i like to populate by my preference , 
is there any array will do this magic work, else is it possible mysql query ,
So final question is ,
Populate country name into combo based on my prefernce , 
Thanks