I want to extract the values - Screen Name, Name, ID, Profile Picture URL from the data given below :
[{\"id_str\":\"135977294\",\"description\":\"4TechCareers i
Your data is in JSON format. You can use json_decode() to convert it to a PHP array.