$arr = array('Hello','World!','Beautiful','Day!'); echo implode(" ",$arr); // Outputs: 'Hello World! Beautiful Day!'