How to get an array value after explode?

前端 未结 6 1251
感动是毒
感动是毒 2021-01-24 17:39

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

6条回答
  •  情深已故
    2021-01-24 18:03

    this probably be a wrong $user_rate=$_POST['user_rate'];//15000|ss|Array

    you can use serialize / unserialize for array

提交回复
热议问题