<?php $string = 'columns="4" link="file" ids="280,281,282,283,284,285,286,287,288"'; $replaced = str_replace([' ', '"'], ['&', ''], $string); echo $replaced;
You have javascript disabled. You will not be able to edit any code.