<?php $value = 'test1 test2 test3 test4 test5'; $value = preg_replace('/\s+\s+/','<br>',$value); echo $value;
You have javascript disabled. You will not be able to edit any code.