justhrun

platform2.pehape

Jun 8th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. echo '<p>Platforms : ';
  2.                     $xstr = '';
  3.                     foreach ($platforms as $value) {
  4.                         foreach ($value as $str) {
  5.                             $xstr .= $str.', ';
  6.                         }
  7.                     }
  8.                     $str = substr_replace($xstr, '', strrpos($xstr,','), 1);
  9.                     echo $str;
  10.                                         echo '</p>';
Advertisement
Add Comment
Please, Sign In to add comment