Skip to content
Advertisement

how to take string from this type of data?

JavaScript

I have this type of data in multiples rows. What I want is just to take out the name in ” ” that’s it I don’t want the whole data. Does anyone know about this? I am using PHP.

Advertisement

Answer

Try something like this as said by @Majid and @ADyson

JavaScript

php_array will dump all the array and you can see how to fetch that data.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement