Jump to content

Array result problem


kosaks17

Recommended Posts

Hello guys

 

I have here my array result

Array ( [0] => Array ( [0] => 1 [1] => [2] => 123456789 [3] => [4] => 2012-02-02 [5] => 09:12:21 [6] => Test Array ) )

 

I would like to view this result into a string so that it will remove the unnecessary array elements like brackets etc. Can some tell me how to handle this properly?

 

The result would be : 1 123456789 2012-02-02 09:12:21

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/254660-array-result-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.