<?php $string = 'No.43,Jalan Bandar Bahagia,Taman Pinji Mewah 1'; echo preg_replace('~^[^,]*,[^,]*\K,~', '<br>', $string);
You have javascript disabled. You will not be able to edit any code.