php string in to array (key and val must be same string)
- by Bharanikumar
Hi ,
Using explode i have converted the string into array ,
But the array look like
Array ( [0] = root)
But i want i make my array somthing like Array ( [root] = root)
How to make this manner..
Thanks