Question : PHP: Get values from strange format in string

How can I get values from this?

 
1:
$restult='[arg2] => [[\"jc_name\",\"Tester\"],[\"jc_email\",\"[email protected]\"],[\"jc_website\",\"\"],[\"jc_title\",\"\"],[\"jc_comment\",\"\"],[\"adcopy_response\",\"off the record\"],[\"adcopy_challenge\",\"abc123\"],[\"jc_contentid\",\"37072\"],[\"jc_sid\",\"0LABGAvxzlpQ\"],[\"jc_task\",\"add\"],[\"jc_isajax\",\"0\"],[\"jc_option\",\"com_content\"],[\"jc_agree\",\"on\"]]';


I want the value for:
   jc_name
   jc_email
   jc_agree

Answer : PHP: Get values from strange format in string

Random Solutions  
 
programming4us programming4us