I need to create a custom order by using mysqli conside i have a table like below
id name
1 Della
2 Cory
3 Adams
4 Paul
5 Martin
6 Gilbert
from the above table i need to fetch Cory first and then Della,Adams,Paul,Martin and finally Gilbert how can i do that?