i iki diziler öncelikle konulardan biri ve tüm üniversitelerde hangi bir çalışma, tüm derecelerde (tüm dünyada) ikincisini istiyorum
But a big problem is that i dont know how many subjects and how many
derecesi vardır.? (Tüm dünyada)
Ben sadece iki diziyi ben zaten yaptık kalan mantık istiyorum.
Tüm konu array liste gibi olmalıdır.
$subject[0]=>'Computer Science',
$subject[1]=>'Mathematics',
$subject[2]=>'Engineering',
$subject[3]=>'Physics',
...
Ve bütün derece ikincisi dizi gibi olmalıdır.
$degree[0]=>'BS',
$degree[1]=>'MS',
$degree[2]=>'BA',
$degree[3]=>'MA',
...
Keep in mind that **
I dont know how many subjects and how many degree are there.? (in all over the world)..
**
Ben sadece iki ayrı dizide ve bu iki kategoriyi istiyorum hepsi bu ....
Could any one help me.? Thanks.