<?php $email = "user@server.com"; $email = explode("@", $email); print "Your Using the Server: $email[1] with the username: $email[0]"; ?>