I have a website which is running in Joomla 2.5 with MyBlog. I am creating a external application which takes data from MyBlog tables and displays to website users.
In MyBlog comment tables, there is a column name 'comment_author_data'. In this column the data inside looks something like this: {"name":"xxxxx","email":"xxxx@gmail.com","id":"xxx"}
I want to access the value from the name and Email Id and Id from the data.
How do I access them using PHP ?
Any help will be appreciated.