kosaks17 Posted January 9, 2012 Share Posted January 9, 2012 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 Quote Link to comment https://forums.phpfreaks.com/topic/254660-array-result-problem/ Share on other sites More sharing options...
Muddy_Funster Posted January 9, 2012 Share Posted January 9, 2012 use implode : http://uk.php.net/manual/en/function.implode.php Quote Link to comment https://forums.phpfreaks.com/topic/254660-array-result-problem/#findComment-1305793 Share on other sites More sharing options...
kosaks17 Posted January 9, 2012 Author Share Posted January 9, 2012 Thanks Quote Link to comment https://forums.phpfreaks.com/topic/254660-array-result-problem/#findComment-1305810 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.