When I submit the form by post method i am getting the value like this for an array.
array
'custom_profile_type' =>
array
0 => string '39242' (length=5)
'satori_programme' => string '0' (length=1)
I want the value 39242
from above array. How to get that? Any idea guys ?
Access it like..
echo $yourarray['custom_profile_type'][0];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With