GEEKS HI
I am working in PHP and Mysql. I have an array from database, in which I get the values if field name of a form i.e., Name, Company Name, etc. There are lots of field in the array.
Ben bu alan aynı şekilde benim istenilen sıra, görüntülenmesini istiyorum:
Name:
Company Name:
Date of Birth:
Address:
Bu değerler aynı şekilde sırasız biçimde dizi mevcuttur:
array(
Company Name,
Address,
Date Of Birth,
Name
)
Şimdi soru PHP yukarıda gösterildiği gibi alanlarda ekranda istenilen dizisini almak için bu dizi işleyebilirsiniz nasıl?