o0O0o.o0O0o
06-01-2009, 05:03 AM
hi ,
I am getting the array like this in php page
$arr = "menu[]=2&menu[]=4&menu[]=8"
Now i want to store it in database
How can i convert that array to
menu[0] = 2
menu[1] = 4
menu[2] = 8
so that i can store in database
I am getting the array like this in php page
$arr = "menu[]=2&menu[]=4&menu[]=8"
Now i want to store it in database
How can i convert that array to
menu[0] = 2
menu[1] = 4
menu[2] = 8
so that i can store in database