I need the Values of all the company names , How can I get It ...
Here is the output of json ...
Array
(
[version] => 2
[query] => web developer
[location] => Hyderabad, Andhra Pradesh
[paginationPayload] =>
[results] => Array
(
[0] => Array
(
[company] => IBM
[country] => IN
[date] => Mon, 02 Apr 2017 07:10:15 GMT
[formattedRelativeTime] => 4 days ago
[stations] =>
)
[1] => Array
(
[company] => IPRISM
[country] => IN
[date] => Mon, 01 Apr 2017 07:10:15 GMT
[formattedRelativeTime] => 5 days ago
[stations] =>
)
[2] => Array
(
[company] => Sunlife
[country] => IN
[date] => Mon, 03 Apr 2017
[formattedRelativeTime] => 3 days ago
[stations] =>
)
)
)
I need the Value of Every Company Listed Here In New Line ,
IBM IPRISM Sunlife