I'm trying to do it in array view. I was try like this but not success.
$AllData = "Name=John&Title=CEO&Comment=nothing";
print_r($AllData);
// also want to echo only Name or only Comments.
May will get a solution soon. Thanks in advance
I'm trying to do it in array view. I was try like this but not success.
$AllData = "Name=John&Title=CEO&Comment=nothing";
print_r($AllData);
// also want to echo only Name or only Comments.
May will get a solution soon. Thanks in advance