<?php $color="blue white yellow"; echo str_replace(' ','<br>',$color); // replace spaces with <br> tags echo "\n\n---\n\n"; echo str_replace(' ',"\n",$color); // this is what the rendered html will look like
You have javascript disabled. You will not be able to edit any code.