SyntaxFix
Write A Post
Hire A Developer
Questions
here is the solution for similar problem which i was facing while extracting name from user profile facebook json object
$uname=json_encode($userprof); $uname=json_decode($uname); echo "Welcome " . $uname -> name ;