I have data for buddypress in table named “wp_bp_xprofile_data” which has fields like
“a:2:{i:0;s:10:”myproject”;i:1;s:5:”Other”;}”
What kind of data it is ? surely its not JSON …
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s PHP serialised data. You can parse it out with
unserialize()http://php.net/manual/en/function.unserialize.php