Hello,
i want two arrays first one of all subjects and the second of all degrees which study in all universities (all over the world)
But a big problem is that i dont know how many subjects and how many
degree are there.? (in all over the world)
I just want two array the remaining logic i have made already.
All subject array list must be like.
$subject[0]=>'Computer Science',
$subject[1]=>'Mathematics',
$subject[2]=>'Engineering',
$subject[3]=>'Physics',
...
And secondly array of all degrees must be like.
$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)..
**
I just want these two categories in two individual array & thats all....
Could any one help me.? Thanks.