$data = '<a href="index.php">İndex</a><br><a href="video.php">video</a><br>'; $data = strip_tags($data,"<br>"); echo $data;