<?php $str = "123456@blog.com"; $pieces = explode("@",$str); echo $pieces['0'];
You have javascript disabled. You will not be able to edit any code.