Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - echo '<p>Platforms : ';
- $xstr = '';
- foreach ($platforms as $value) {
- foreach ($value as $str) {
- $xstr .= $str.', ';
- }
- }
- $str = substr_replace($xstr, '', strrpos($xstr,','), 1);
- echo $str;
- echo '</p>';
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment                    
                 
                    