<?php $abc = 'ZZZZZ-- Aaa Bbb Ccc'; $abc = str_replace("-- Aaa Bbb Ccc","",$abc); echo $abc;
You have javascript disabled. You will not be able to edit any code.