<?php $stringOrArray = ""; $stringOrArray[] = 'Y'; $stringOrArray[] = 'ikes'; $stringOrArray = implode($stringOrArray); echo $stringOrArray;
You have javascript disabled. You will not be able to edit any code.