<?php $a = ['nl', 'net', 'com', 'co']; $q = 'example'; echo "$q." . implode(",$q.", $a);
You have javascript disabled. You will not be able to edit any code.