Hi guys,

Imagine i have this in my php code

$email = "[email protected]"

is it possible to echo out the first part of the email address turning it to

JamieWarren

so removing any fullstops and not echoing the last part of the email?

Thanks
Jamie