$str=\':this is a applepie :) \';
How to use PHP, Remove the first character :
:
you can use the sbstr() function
$amount = 1; //where $amount the amount of string you want to delete starting from index 0 $str = substr($str, $amount);