I have passed a value from one page to another in array. I can extract first two vars by explode but I can\'t get the third value which is formed in an array out.
This i
this probably be a wrong $user_rate=$_POST['user_rate'];//15000|ss|Array
$user_rate=$_POST['user_rate'];//15000|ss|Array
you can use serialize / unserialize for array
serialize / unserialize