<?php $array = [ 'boy', 'girl', 'man', 'woman', 'child' ]; echo "(type, '".implode("', '", $array)."')";
You have javascript disabled. You will not be able to edit any code.